19.06.2014, 23:13
Nunca eh usado zcmd,decidi usarlo en mi server. Y me da los siguientes errores
Aqui les dejo la linea
Mi server no me reconocia los cmds , asi que cambie a zcmd , alguna solucion
Код:
C:\Users\34car60an6\Desktop\luca\server-samp\Server-Samp\gamemodes\FB.pwn(8209) : error 001: expected token: "(", but found "с" C:\Users\34car60an6\Desktop\luca\server-samp\Server-Samp\gamemodes\FB.pwn(8209) : error 001: expected token: ";", but found "-identifier-" C:\Users\34car60an6\Desktop\luca\server-samp\Server-Samp\gamemodes\FB.pwn(8209) : error 001: expected token: ";", but found "с" C:\Users\34car60an6\Desktop\luca\server-samp\Server-Samp\gamemodes\FB.pwn(8209) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
Код:
CMD:paсoletaboca(playerid) { GivePlayerMoney(playerid, -1000); GameTextForPlayer(playerid,"~g~~h~~h~paсuelo agregado!",5000,5); SetPlayerAttachedObject(playerid,1,18912,2,0.1,0.0,0.0,90.0,-180.0,90.0,1.2,1.2,1.2); return 1; }
