PLZ HELP
#1

I NEED A COMMANDS /s = saveplace /r = gotoplace


AND /tagcolors


THANK YOU!!!


PLZ DONT FORGET ME!! :P
Reply
#2

Here you go:

/s command and then /r command.
Reply
#3

Quote:
Originally Posted by Sway
Посмотреть сообщение
Here you go:

/s command and then /r command.
Your a beginner?If yes please don't post Search Links

What /s stands for? /(S)hout?
Or /r?
Reply
#4

Quote:
Originally Posted by Las Venturas CNR
Посмотреть сообщение
/r = Radio I think.
/s = Shout I think.
For /s use ProxDetector.
For /r its a bit complicated,i g2g now but ill make a script for you for tomorow
Reply
#5

[TDR]GiOrGoS[EX] /S or /R stands for?
Reply
#6

Please,not offtoppic


Top GameMode
pawn Код:
new
     Float:iX[MAX_PLAYERS],
     Float:iY[MAX_PLAYERS],
     Float:iZ[MAX_PLAYERS]
;
OnPlayerCommandText
pawn Код:
if(!strcmp(cmdtext,"/savepos",true))
{
     GetPlayerPos(iX[playerid],iY[playerid],iZ[playerid]);
     return true;
}
if(!strcmp(cmdtext,"/gotopos",true))
{
     SetPlayerPos(iX[playerid],iY[playerid],iZ[playerid]);
     return true;
}
I Created Now,in 2 minutes.

Thanks.
Reply
#7

/s = saveplace /r = gotoplace
Reply
#8

Quote:
Originally Posted by [FeK]DraKiNs
Посмотреть сообщение
Please,not offtoppic


Top GameMode
pawn Код:
new
     Float:iX[MAX_PLAYERS],
     Float:iY[MAX_PLAYERS],
     Float:iZ[MAX_PLAYERS]
;
OnPlayerCommandText
pawn Код:
if(!strcmp(cmdtext,"/savepos",true))
{
     GetPlayerPos(iX[playerid],iY[playerid],iZ[playerid]);
     return true;
}
if(!strcmp(cmdtext,"/gotopos",true))
{
     SetPlayerPos(iX[playerid],iY[playerid],iZ[playerid]);
     return true;
}
I Created Now,in 2 minutes.

Thanks.
Nice xD,i would save the position in Player Account so it would be saved after restart :P
But GJ xD 2 minutes
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)