A small problem with my script
#6

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;
  }
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: 2 Guest(s)