10.05.2014, 00:18
What's the error I don't see anything cause an error here?
pawn Код:
COMMAND:name(playerid,params[])
{
if(!Logged{playerid}) return 0;
if(!sscanf(params,"s",p1))
{
if(p1 == "on")
{
// do something here?
}
}
return 1;
}