[Ajuda] Warning 260 - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Warning 260 (
/showthread.php?tid=479325)
Warning 260 -
Luucass - 04.12.2013
Me Ajudem
pawn Код:
C:\Documents and Settings\admin\Desktop\Rodovia Brasil Backup !\gamemodes\RodoviaBrasil.pwn(260) : warning 202: number of arguments does not match definition
C:\Documents and Settings\admin\Desktop\Rodovia Brasil Backup !\gamemodes\RodoviaBrasil.pwn(261) : warning 202: number of arguments does not match definition
C:\Documents and Settings\admin\Desktop\Rodovia Brasil Backup !\gamemodes\RodoviaBrasil.pwn(262) : warning 202: number of arguments does not match definition
Linhas de Comandos :
pawn Код:
RemoveBuildingForPlayer(playerid, 3622, 2135.74219, -2186.44531, 15.67188, 0, 0.0);
RemoveBuildingForPlayer(playerid, 3687, 2150.19531, -2172.35937, 15.67188, 0, 0.0);
RemoveBuildingForPlayer(playerid, 3687, 2162.85156, -2159.75, 15.67188, 0, 0.0);
Coloquei na public OnPlayerConnect
Re: Warning 260 -
focaximubh - 04.12.2013
RemoveBuildingForPlayer(playerid, modelid, Float:fX, Float:fY, Float:fZ, Float:fRadius);
pawn Код:
RemoveBuildingForPlayer(playerid, 3622, 2135.74219, -2186.44531, 15.67188, 0.0);
RemoveBuildingForPlayer(playerid, 3687, 2150.19531, -2172.35937, 15.67188, 0.0);
RemoveBuildingForPlayer(playerid, 3687, 2162.85156, -2159.75, 15.67188, 0.0);
acredito que seja isso....
Re: Warning 260 -
Luucass - 04.12.2013
й isso mesmo + REP