Please help.
#2

How are we supposed to know how do you get variables like player's location and phone number?
Код:
SendCrimeMessage(target, playerid, crime[]) 
{
new msg[128];
SendCopMessage(TEAM_BLUE_COLOR, "|___ emergency 911 call ___|")
format(msg, sizeof(msg), "Reporter: %s",GetPlayerNameEx(playerid, ENameType_RPName_NoMask));
SendCopMessage(TEAM_BLUE_COLOR, msg);
format(msg, sizeof(msg), "Phone Number: %d", phonenumber);
SendCopMessage(TEAM_BLUE_COLOR, msg);
format(msg, sizeof(msg), "Location: %s", location);
SendCopMessage(TEAM_BLUE_COLOR, msg);
format(msg, sizeof(msg), "Crime: %s",crime);
SendCopMessage(TEAM_BLUE_COLOR, msg);
SendCopMessage(TEAM_BLUE_COLOR, "------------------------------------")
return 1;
}
Reply


Messages In This Thread
Please help. - by ChunkyGaming26 - 12.01.2016, 22:00
Re: Please help. - by lucamsx - 12.01.2016, 23:12
Re: Please help. - by -CaRRoT - 13.01.2016, 01:36
Re: Please help. - by saffierr - 13.01.2016, 09:04

Forum Jump:


Users browsing this thread: 1 Guest(s)