HELP ME
#8

Код:
new
Float:aX[MAX_PLAYERS],
Float:aY[MAX_PLAYERS],
Float:aZ[MAX_PLAYERS]; // Global Variables

if(!strcmp("/stunt", cmdtext, true) == 0) // 1 error line
{
     GetPlayerPos(playerid, aX[playerid], aY[playerid], aZ[playerid]);

     SetPlayerPos(playerid,4131.0371,310.5895,5.0703);

     return 1;
}
    if(!strcmp("/back", cmdtext, true) == 0)      // 2 error line
{
      SetPlayerPos(playerid, ax[playerid], aY[playerid], aZ[playerid]);

      return 1;
}
Reply


Messages In This Thread
HELP ME - by MCnunnu - 08.11.2014, 05:38
Re: HELP ME - by MCnunnu - 08.11.2014, 05:40
Re: HELP ME - by Eth - 08.11.2014, 05:40
Re: HELP ME - by MCnunnu - 08.11.2014, 05:42
Re: HELP ME - by Sabur - 08.11.2014, 05:42
Re: HELP ME - by MCnunnu - 08.11.2014, 05:47
Re: HELP ME - by Sabur - 08.11.2014, 05:58
Re: HELP ME - by Sabur - 08.11.2014, 06:02
Re: HELP ME - by dominik523 - 08.11.2014, 08:32

Forum Jump:


Users browsing this thread: 2 Guest(s)