25.04.2009, 23:47
Wow, i'm quite ashamed i have to post this, but i haven't found any posts like it..
(7140) : error 029: invalid expression, assumed zero
First line is line 7135
(7140) : error 029: invalid expression, assumed zero
Код:
if(strcmp(cmdtext, "/whereami", true) == 0)
{
new Float:px, Float:py, Float:pz;
GetPlayerPos(playerid, px, py, pz);
new wherestring[30];
format(wherestring[],sizeof(wherestring[]),"** Position: %f %f %f", px, py, pz);
SendClientMessage(playerid, GROVE, wherestring);
}


