13.08.2011, 00:29
PHP код:
}
if (strcmp(cmd, "/gps", true) == 0)
{
GetPlayerName(playerid, sendername, sizeof(sendername));
format(string, sizeof(string), "* %s Estб vendo o GPS!.", sendername);
DetectorProx(15.0,playerid,string,ROXO);
ShowMenuForPlayer(gps, playerid);
return 1;
}
e olha os warnning.
PHP код:
C:\Documents and Settings\Nando\Desktop\Samp\gamemodes\BLG.pwn(53169) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Nando\Desktop\Samp\gamemodes\BLG.pwn(53169) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Nando\Desktop\Samp\gamemodes\BLG.pwn(53169) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Nando\Desktop\Samp\gamemodes\BLG.pwn(53169) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Nando\Desktop\Samp\gamemodes\BLG.pwn(53169) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Nando\Desktop\Samp\gamemodes\BLG.pwn(53169) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
Header size: 11864 bytes
Code size: 2463548 bytes
Data size: 8491564 bytes
Stack/heap size: 16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements:10983360 bytes
6 Warnings.