08.10.2009, 00:45
Quote:
|
Originally Posted by MartinDaniel
C:\Documents and Settings\Medo\Desktop\SA-MP Server\gamemodes\stuntscript.pwn(366) : error 017: undefined symbol "cmd"
How i fix it please ? |
or new cmd[128];
if you get the error saying that the destination array is too small, then change the 128 to 256.
so : new cmd[256]; (I think if this was using the strtok, it would require a 256, as my gamemode does as well.)

