17.06.2011, 12:13
How to fix these warnings?
Warning lines:
Код:
C:\Games\SAMP\LC-RP\gamemodes\LV.pwn(3254) : warning 202: number of arguments does not match definition C:\Games\SAMP\LC-RP\gamemodes\LV.pwn(9907) : warning 202: number of arguments does not match definition C:\Games\SAMP\LC-RP\gamemodes\LV.pwn(29293) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg") C:\Games\SAMP\LC-RP\gamemodes\LV.pwn(29297) : warning 203: symbol is never used: "NameTimer" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Warnings.
Код:
3254 SetPlayerPos(playerid, 246.8154,124.6496,1003.2188,176.4804);
Код:
9907 if (PlayerInfo[playerid][pMember] == 12 || PlayerInfo[playerid][pLeader] == 12 && PlayerToPoint(5.0, playerid,1726.8085,-1640.2202,20.2241,195.4135))
Код:
29293 public OnPlayerPrivmsg(playerid, recieverid, text[])
Код:
29297 Dont have that line