[AJUDA] Como devo colocar o Tele?
#1

olha eu fiz um tele com um generador ai deu isso:

PHP код:
if(strcmp(cmdtext,"/arrancada",true)==0)
{
SetPlayerPos(playerid,2069.885,855.223,6.394);
GameTextForPlayer(playerid,"Alguem foi para Arrancada",4000,6);
return 
1;

Ai eu coloquei no gm desse jeito:

PHP код:
public OnPlayerCommandText(playeridcmdtext[])
{
if(
strcmp(cmdtext,"/arrancada",true)==0)
{
SetPlayerPos(playerid,2069.885,855.223,6.394);
GameTextForPlayer(playerid,"Alguem foi para Arrancada",4000,6);
return 
1;

Ai tah dando error, como e onde devo colocar o tele?
Reply


Messages In This Thread
[AJUDA] Como devo colocar o Tele? - by Gads - 07.05.2011, 19:32
Re: [AJUDA] Como devo colocar o Tele? - by [R] ousenber [K] - 07.05.2011, 19:36
Re: [AJUDA] Como devo colocar o Tele? - by JonathanFeitosa - 07.05.2011, 19:42
Re: [AJUDA] Como devo colocar o Tele? - by Peedro Felix - 07.05.2011, 19:46
Re: [AJUDA] Como devo colocar o Tele? - by TheGarfield - 07.05.2011, 19:49
Re: [AJUDA] Como devo colocar o Tele? - by Gads - 07.05.2011, 19:55

Forum Jump:


Users browsing this thread: 1 Guest(s)