28.05.2014, 18:51
Quote:
When using strcat for copying a string to another, you have to reset it first.
@Johnson_Brooks: All I see is the lines you had. Change them to those I told you and add the macro to the script. If you still you get the errors you mentioned, post the code and the errors. |
Код:
C:\Users\\Desktop\GTA SA-MP Server\gamemodes\CnR.pwn(12) : warning 201: redefinition of constant/macro (symbol "strcpy(%0,%1,%2)") C:\Users\\Desktop\GTA SA-MP Server\gamemodes\CnR.pwn(1939) : error 001: expected token: ")", but found "[" C:\Users\\Desktop\GTA SA-MP Server\gamemodes\CnR.pwn(1939) : warning 215: expression has no effect C:\Users\\Desktop\GTA SA-MP Server\gamemodes\CnR.pwn(1939) : error 001: expected token: ";", but found "]" C:\Users\\Desktop\GTA SA-MP Server\gamemodes\CnR.pwn(1939) : error 029: invalid expression, assumed zero C:\Users\Desktop\GTA SA-MP Server\gamemodes\CnR.pwn(1939) : fatal error 107: too many error messages on one line