10.05.2009, 09:40
hi i need help i get errors this:
this is the command:
whats wrong?
can anyone help me? ty alot
pawn Код:
C:\Documents and Settings\Luc\Bureaublad\Pawno\gamemodes\SDR.PWN(1485) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Warning.
pawn Код:
if (strcmp("/army", cmdtext, true) == 0)
{
if(!IsPlayerAdmin(playerid))
SendClientMessage(playerid, RED, "You are not an admin!");
SetPlayerPos(playerid,1031.5874,-322.1727,73.9922,157.4744);
SendClientMessage(playerid, 0xE60000FF, "Welcome To Army !");
return 1;
}
can anyone help me? ty alot