SA-MP Forums Archive
[HELP] Please fast! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP] Please fast! (/showthread.php?tid=150355)



[HELP] Please fast! - Johny_Depp - 25.05.2010

So i have RP Server now i want to add to have command for /leaders when you type to tell you who off the faction leaders is online.
And i want to add /colleagues to check my colleagues from my faction ! And one other i need help so i want to make like /gotols i have Coords from the place but i need how to add it in pawno!

Please help me thanks!


Re: [HELP] Please fast! - Hash [NL-RP] - 25.05.2010

Basic TP Command, Should work with any script :

if(strcmp(cmdtext, "/gotols") == 0)
{
SetPlayerPos(playerid, Coords here);
return 1;
}


Re: [HELP] Please fast! - -Rebel Son- - 26.05.2010

Teleport command.
pawn Код:
if(!strcmp(cmdtext,"/tele",true)) {
SetPlayerPos(playerid,x,y,z);
return 1;}
And to check the members online a faction. Just make a command to check if their level is on. and get their player info.


Re: [HELP] Please fast! - Johny_Depp - 26.05.2010

Quote:
Originally Posted by _Ч§hмf†ҐЧ™_
Teleport command.
pawn Код:
if(!strcmp(cmdtext,"/tele",true)) {
SetPlayerPos(playerid,x,y,z);
return 1;}
And to check the members online a faction. Just make a command to check if their level is on. and get their player info.
Yes but how ??
I try but i cant,please help me!
i want when you type /leaders to show the leader of FBI , PD , NG and others who i have.
im using Raven RP script ..