[HELP] Please fast!
#1

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!
Reply
#2

Basic TP Command, Should work with any script :

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

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.
Reply
#4

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 ..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)