Wysłany: 2013-05-02, 18:29
bartek2227
Wiek: 29 Na forum: 5766 dni Posty: 66
Nick w MP: Elvis
Piwa : 1777
a pluging masz wgrany? w Linuxie musisz dopisa? streamer.so w server.cfg
Wysłany: 2013-05-08, 14:07
classicvampire
Wiek: 26 Na forum: 5233 dni Posty: 2
Nick w MP: classicvampire
Tworz? mapk? i mam 1 error:
Kod: PSFF.pwn(14) : error 001: expected token: ";", but found "-identifier-"
Linijki :
Kod:
Linijka 13 main()
Linijka 14 {
15 print("\n------------------------------------------");
16 print(" Polski Serwer For Fun PL v.1 by BloodyAngel");
17 print("------------------------------------------\n");
Linijka 18 }
Wysłany: 2013-05-08, 15:52
Sillence
Wiek: 26 Na forum: 5158 dni Posty: 1514
Nick w MP: Sillence
Piwa : 1517
classicvampire , Zr?b to tak:
Pawn main (){
print( "\n------------------------------------------" );
print( " Polski Serwer For Fun PL v.1 by BloodyAngel" );
print( "------------------------------------------\n" );
}
Pozdrawiam
Wysłany: 2013-05-09, 00:05
rufusrufusiek
Wiek: 28 Na forum: 4777 dni Posty: 1
Nick w MP: Deshan_Bounsa
Kod: C:\Users\User\Desktop\gamemodes\solarr.pwn(1325) : error 017: undefined symbol "ManualVehicleEngineAndLights"
C:\Users\User\Desktop\gamemodes\solarr.pwn(2707) : warning 213: tag mismatch
C:\Users\User\Desktop\gamemodes\solarr.pwn(2711) : warning 213: tag mismatch
C:\Users\User\Desktop\gamemodes\solarr.pwn(2885) : error 017: undefined symbol "SetPVarInt"
C:\Users\User\Desktop\gamemodes\solarr.pwn(2886) : error 017: undefined symbol "SetPVarInt"
C:\Users\User\Desktop\gamemodes\solarr.pwn(2887) : error 017: undefined symbol "SetPVarInt"
C:\Users\User\Desktop\gamemodes\solarr.pwn(2888) : error 017: undefined symbol "SetPVarInt"
C:\Users\User\Desktop\gamemodes\solarr.pwn(2889) : error 017: undefined symbol "SetPVarInt"
C:\Users\User\Desktop\gamemodes\solarr.pwn(2890) : error 017: undefined symbol "SetPVarInt"
C:\Users\User\Desktop\gamemodes\solarr.pwn(2891) : error 017: undefined symbol "SetPVarInt"
C:\Users\User\Desktop\gamemodes\solarr.pwn(2986) : error 017: undefined symbol "DIALOG_STYLE_PASSWORD"
C:\Users\User\Desktop\gamemodes\solarr.pwn(3002) : error 017: undefined symbol "DIALOG_STYLE_PASSWORD"
C:\Users\User\Desktop\gamemodes\solarr.pwn(3036) : error 017: undefined symbol "IsPlayerAttachedObjectSlotUsed"
C:\Users\User\Desktop\gamemodes\solarr.pwn(3036) : error 017: undefined symbol "RemovePlayerAttachedObject"
C:\Users\User\Desktop\gamemodes\solarr.pwn(3037) : error 017: undefined symbol "IsPlayerAttachedObjectSlotUsed"
C:\Users\User\Desktop\gamemodes\solarr.pwn(3037) : error 017: undefined symbol "RemovePlayerAttachedObject"
C:\Users\User\Desktop\gamemodes\solarr.pwn(3038) : error 017: undefined symbol "IsPlayerAttachedObjectSlotUsed"
C:\Users\User\Desktop\gamemodes\solarr.pwn(3038) : error 017: undefined symbol "RemovePlayerAttachedObject"
C:\Users\User\Desktop\gamemodes\solarr.pwn(3039) : error 017: undefined symbol "IsPlayerAttachedObjectSlotUsed"
C:\Users\User\Desktop\gamemodes\solarr.pwn(3039) : error 017: undefined symbol "RemovePlayerAttachedObject"
C:\Users\User\Desktop\gamemodes\solarr.pwn(3040) : error 017: undefined symbol "IsPlayerAttachedObjectSlotUsed"
C:\Users\User\Desktop\gamemodes\solarr.pwn(3040) : error 017: undefined symbol "RemovePlayerAttachedObject"
C:\Users\User\Desktop\gamemodes\solarr.pwn(3089) : warning 235: public function lacks forward declaration (symbol "OnVehicleDamageStatusUpdate")
C:\Users\User\Desktop\gamemodes\solarr.pwn(3091) : error 017: undefined symbol "GetVehicleDamageStatus"
C:\Users\User\Desktop\gamemodes\solarr.pwn(3105) : warning 235: public function lacks forward declaration (symbol "OnPlayerTakeDamage")
C:\Users\User\Desktop\gamemodes\solarr.pwn(3107) : error 017: undefined symbol "GetPVarInt"
C:\Users\User\Desktop\gamemodes\solarr.pwn(3108) : error 017: undefined symbol "GetPVarInt"
C:\Users\User\Desktop\gamemodes\solarr.pwn(3723) : error 017: undefined symbol "SetPVarInt"
C:\Users\User\Desktop\gamemodes\solarr.pwn(3726) : error 017: undefined symbol "GetPVarInt"
C:\Users\User\Desktop\gamemodes\solarr.pwn(3731) : error 017: undefined symbol "SetPVarInt"
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
26 Errors.
Wysłany: 2013-05-09, 14:27
classicvampire
Wiek: 26 Na forum: 5233 dni Posty: 2
Nick w MP: classicvampire
Kopcioo , Nadal jest b??d ten sam
Wysłany: 2013-05-12, 22:57
Dawid260
Wiek: 30 Na forum: 5943 dni Posty: 10
Piwa : 85
Witam jak zdefiniowa? ten symbol
error 017: undefined symbol "kasa"
a tu ta linia (1575)
GivePlayerMoney(playerid, kasa);
Prosz? o pomoc
Jaki tu jest b??d?
bpos[playerid][0] = 0; bpos[playerid][1] = 0; bpos[playerid][2] = 0; bpos[playerid][3] = 0;
Wysłany: 2013-05-21, 20:41
Sebeklisek
Wiek: 28 Na forum: 4763 dni Posty: 2
Nick w MP: Sebeklis
m?j kod:
Kod: #include <a_samp>
if(strcmp(cmd, "/testowy", true) == 0) {
SendClientMessage(playerid, COLOR_ORANGE, "Testowy Tekst");
return 1;
}
i wyskakuj? dwa b??dy Kod: C:\Users\admin\Desktop\GTA SERWER\Untitled.pwn(3) : error 010: invalid function or declaration
C:\Users\admin\Desktop\GTA SERWER\Untitled.pwn(5) : error 010: invalid function or declaration
Wysłany: 2013-05-28, 14:55
MaZi
Wiek: 38 Na forum: 4885 dni Posty: 17
Nick w MP: MaZi
Siema. Przy kompilowaniu mapki wyskakuj a mi takie oto errory :
Kod: C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(1091) : error 017: undefined symbol "Create3DTextLabel"
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(1092) : error 017: undefined symbol "Create3DTextLabel"
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(1093) : error 017: undefined symbol "Create3DTextLabel"
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(1094) : error 017: undefined symbol "Create3DTextLabel"
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(1095) : error 017: undefined symbol "Create3DTextLabel"
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(1098) : error 017: undefined symbol "Create3DTextLabel"
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(1099) : error 017: undefined symbol "Create3DTextLabel"
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(1100) : error 017: undefined symbol "Create3DTextLabel"
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(1101) : error 017: undefined symbol "Create3DTextLabel"
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(1102) : error 017: undefined symbol "Create3DTextLabel"
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(1103) : error 017: undefined symbol "Create3DTextLabel"
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(1104) : error 017: undefined symbol "Create3DTextLabel"
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(1105) : error 017: undefined symbol "Create3DTextLabel"
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(1106) : error 017: undefined symbol "Create3DTextLabel"
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(1107) : error 017: undefined symbol "Create3DTextLabel"
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(1108) : error 017: undefined symbol "Create3DTextLabel"
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(1109) : error 017: undefined symbol "Create3DTextLabel"
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(1111) : error 017: undefined symbol "Create3DTextLabel"
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(1112) : error 017: undefined symbol "Create3DTextLabel"
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(1113) : error 017: undefined symbol "Create3DTextLabel"
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(1114) : error 017: undefined symbol "Create3DTextLabel"
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(1115) : error 017: undefined symbol "Create3DTextLabel"
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
26 Errors.
Prosze o pomoc
Wysłany: 2013-05-28, 15:08
B!4CK
Never give UP!
Wiek: 32 Na forum: 5810 dni Posty: 1047
Nick w MP: John
Piwa : 1891
MaZi , zaktualizuj include i przelicz klamry, ale masz raczej stare include
Podpis
Cześć
[you]
!
Projekt, który poruszy scenę platformy SA:MP!
Wysłany: 2013-05-28, 15:16
MaZi
Wiek: 38 Na forum: 4885 dni Posty: 17
Nick w MP: MaZi
blackelegy , ja przeliczyc klamry??
Wysłany: 2013-05-28, 15:21
B!4CK
Never give UP!
Wiek: 32 Na forum: 5810 dni Posty: 1047
Nick w MP: John
Piwa : 1891
Podpis
Cześć
[you]
!
Projekt, który poruszy scenę platformy SA:MP!
Wysłany: 2013-05-28, 15:26
MaZi
Wiek: 38 Na forum: 4885 dni Posty: 17
Nick w MP: MaZi
blackelegy , teraz jeden error ;/
Kod: C:\Users\Kacper 1\Desktop\include\a_samp.inc(21) : fatal error 100: cannot read from file: "time"
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
Wysłany: 2013-05-28, 16:05
B!4CK
Never give UP!
Wiek: 32 Na forum: 5810 dni Posty: 1047
Nick w MP: John
Piwa : 1891
MaZi , zapodaj linijk? 21 to zobaczymy.
Podpis
Cześć
[you]
!
Projekt, który poruszy scenę platformy SA:MP!
Wysłany: 2013-05-28, 16:12
MaZi
Wiek: 38 Na forum: 4885 dni Posty: 17
Nick w MP: MaZi
blackelegy , Prosze:
Kod:
Wysłany: 2013-05-28, 16:22
B!4CK
Never give UP!
Wiek: 32 Na forum: 5810 dni Posty: 1047
Nick w MP: John
Piwa : 1891
MaZi , 'B??d oznacza, ?e dodali?my jaki? nieistniej?cy include. Nie ma go w folderze include z kompilatorem, kt?rym teraz kompilujemy kod.
U?ywaj http://www.codegenerators.pl/errors do error?w / b??d?w
Podpis
Cześć
[you]
!
Projekt, który poruszy scenę platformy SA:MP!
Tagi: błędy :: przy :: kompilacji :: rozwiązanie
Anonymous
Na forum: 245 dni
Posty: 1
Anonymous Koniecznie zajrzyj na: