07.06.2012, 16:24
{
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
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