25.10.2010, 00:35
i have a code and it have a lil problem with pawno , the code is this
so thats the code and the error is :
what should i do , and how to fix that , i didn't meet any error in my life like this fuckin error ,
btw sorry for the word F@#K
Код:
if (strcmp("/gw", cmdtext, true, 10) == 0)
{
if(IsPlayerAdmin(playerid))
SendClientMessage(playerid, COLOR_YELLOW, "================GW Admins Help=============");
SendClientMessage(playerid, COLOR_YELLOW, "================/hi, /gw=============");
SendClientMessage(playerid, COLOR_YELLOW, "================GW Admins Help=============");
else
{
SendClientMessage(playerid, 0xff0000ff, "You are not an admin !!!");
}
return 1;
}
Quote:
|
error 029: invalid expression, assumed zero |
btw sorry for the word F@#K

