SA-MP Forums Archive
Newbie helper - 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)
+--- Thread: Newbie helper (/showthread.php?tid=349023)



Newbie helper - lsrgta - 07.06.2012

{
SendClientMessage(playerid, COLOR_GRAD2, "USAGE: /helpme [text]");
return true;
}
format(string, sizeof(string), "** Newbie %s, Phone:[%d]: %s",PlayerName(playerid),PlayerInfo[playerid][pPnumber],(result));
SendHelperMessage(COLOR_GREEN, string);
HelpMeTimer[playerid] = 1;
SetTimerEx("HelpMeReset", 10000, false, "i", playerid);
SendClientMessage(playerid, COLOR_YELLOW, "** Your help request has been sent, please wait for a response.");
}





Can someone script it so once the message has been sent to the helper team, if once types "/helpnewbie" the helper will be teleported to the newbie

Also, can you make it so after the helper is finished, he can type "/newbiehelped" and it will teleport him back to his previous position or just to the LSPD. (Would prefer previous position)

Thank you


Re: Newbie helper - Calgon - 07.06.2012

If you're asking for a slave to do it for you, then post in here.


Re: Newbie helper - lsrgta - 07.06.2012

okay