Quote:
Originally Posted by Razvann
Quote:
Originally Posted by Majataka
jesus chirst D: Same prob....
now i did
Код:
if(!strcmp(cmdtext,"/cartp",true))
{
SetPlayerPos(playerid, 2278.89, 1457.782, 15);
return 1;
}
and got
Код:
error 010: invalid function or declaration
x4
|
pawn Код:
if(strcmp(cmd, "/cartp", true) == 0) { SetPlayerPos(playerid, 2278.89, 1457.782, 15); return 1; }
|
That will still give him errors...