22.02.2010, 13:56
when i
i get
when i use
and go ingame and do /cartp it takes me somewhere high...
I tried /save and i tried X-Treme SAMP ulimate... to get the cords and nothing D: Whats wrong
Код:
if(!strcmp(cmdtext,"/cartp",true)) {
SetPlayerPos(playerid, 2278,89, 1457,782, 15);
return 1;
}
Код:
warning 202: number of arguments does not match definition
Код:
if(!strcmp(cmdtext,"/cartp",true)) {
SetPlayerPos(playerid, 2278,89, 1457);
return 1;
}
I tried /save and i tried X-Treme SAMP ulimate... to get the cords and nothing D: Whats wrong

