15.04.2011, 17:55
what is the cmd that i can save my post?
if(!strcmp(cmdtext,"/minigun",true))
{
SetPlayerPos(playerid,1841.1396,-2456.2095,13.5547,1.5512);
return 1;
}
F:\Fun and Games server\gamemodes\Freeroam1.pwn(742) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Warning.
if(!strcmp(cmdtext,"/minigun",true))
{
SetPlayerPos(playerid,1841.1396,-2456.2095,13.5547);
return 1;
}