A small problem with my script
#1

when i
Код:
if(!strcmp(cmdtext,"/cartp",true)) {
  SetPlayerPos(playerid, 2278,89, 1457,782, 15);
  return 1;
}
i get
Код:
warning 202: number of arguments does not match definition
when i use
Код:
if(!strcmp(cmdtext,"/cartp",true)) {
  SetPlayerPos(playerid, 2278,89, 1457);
  return 1;
}
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
Reply


Messages In This Thread
A small problem with my script - by Majataka - 22.02.2010, 13:56
Re: A small problem with my script - by Torran - 22.02.2010, 14:01
Re: A small problem with my script - by GhoulSlayeR - 22.02.2010, 14:03
Re: A small problem with my script - by Majataka - 22.02.2010, 14:36
Re: A small problem with my script - by Torran - 22.02.2010, 14:38
Re: A small problem with my script - by Razvann - 22.02.2010, 14:39
Re: A small problem with my script - by aircombat - 22.02.2010, 14:39
Re: A small problem with my script - by Torran - 22.02.2010, 14:41
Re: A small problem with my script - by Majataka - 22.02.2010, 14:44
Re: A small problem with my script - by Torran - 22.02.2010, 14:46

Forum Jump:


Users browsing this thread: 1 Guest(s)