08.08.2016, 20:01
(
Последний раз редактировалось Whatname; 12.08.2016 в 17:12.
Причина: Update
)
Hello everyone this is my first release hare!
So what this include do?
SetPlayerWantedLevel but it's not the same stars like in GTA: SA it's like GTA: IV stars!
Functions:
and now for the pos types:
type 0:
type 1:
type 2:
type 3:
pastebin: http://pastebin.com/azpWc81c
UPDATE:
NEW DESIGN:
new version: http://pastebin.com/YrFFYgfE
hope you like it
So what this include do?
SetPlayerWantedLevel but it's not the same stars like in GTA: SA it's like GTA: IV stars!
Functions:
PHP код:
SetPlayerWantedLevelEx(playerid, color, pos, wanted); // example SetPlayerWantedLevelEx(playerid, 0xFF0000FF, 1, 4); this will create 4 red stars and 2 black at this position: 470.000000, 100.000000
/////////////
GetPlayerWantedLevelEx(playerid); //GetPlayerWantedLevel stars
//example
/*
new str[3];
format(str, sizeof(str), "%i" GetPlayerWantedLevel(playerid));
SendClientMessage(playerid, 0x00FF00FF, str);
*/
//and the final function is:
DisablePlayerWantedLevelEx(playerid); //Disable player wanted level (must be used OnPlayerDisconnect!)
/* example:
cmd:aezakmi(playerid, params[])
{
DisablePlayerWantedLevelEx(playerid);
return 1;
}
*/
type 0:
type 1:
type 2:
type 3:
pastebin: http://pastebin.com/azpWc81c
UPDATE:
NEW DESIGN:
new version: http://pastebin.com/YrFFYgfE
hope you like it