Search Results
hello everyone i need to make this neons how can i make it see the pictures
as you can see that player has neons in his hand so please help me how can i make like this that the player get tha...
144
how can i set a variable can you show me please?
190
I have created a textdraw as you can see the screenshot 1 for health 2 for armour 3 for weapons 4 for vehicle so i want to know how can i make a system like a player type 1 in mainchat he will get he...
190
i mean if a gteam civilian kill a gteam cops civilian must get wanted level or civilian shoot or punch a cops he also get wanted level
180
hello everyone please help me how can i make a system like a civilian shoot or punch cops he must get wanted level in my server i am killing cops but he doesent getting any wanted level so please help...
180
how can i make a system like when new player register in server and he choose a skin at the class selection next time he will get his last skin when he again join the server he won't be able to choose...
110
Quote:
if(IsWorking[playerid] == 1 && JobStage[playerid] == 2)
{
SetVehicleParamsForPlayer(WorkCar[playerid],playerid,0,0);
DisablePlayerCheckpointEx(playerid, 4);
JobStage[playeri...
254
Quote:
Originally Posted by Mariciuc223
What mean it never stop ?
if my wanted level goes to 0 it still lowering my wanted levels how to stop it if we reach wanted level 0 then it stop ...
442
Quote:
Originally Posted by Mencent
Hello!
You have to work with a timer.
Take this or anything else:
PHP код:
SetTimerEx("OnPlayerWantedTimer",60000*3,1,"i",playerid);//This have...
442
Can someone tell me how to decrease wanted level like if i have robbed a shop and i got wanted level 6 stars after 3 minutes my wanted level will decrease to 5 and again after 3 minutes my wanted lev...
442
Quote:
Originally Posted by Darkwood17
Add this under OnPlayerUpdate callback:
Код:
if (GetPlayerWantedLevel(playerid) > 6) SetPlayerWantedLevel(playerid, 6);
Thank you soooo mu...
223
Download this hope it will fix your runtime error as i had that error and fixed it by installing this Visual C Software Here is the link give it a try: https://www.microsoft.com/en-us/down....aspx?id...
474
in my server it has unlimited wanted level yesterday i robbed a lots of places and i did /wanted it showed i had 76 wanted levels how can i limit the wanted levels to only 6 ?
223
Quote:
Originally Posted by 123bob123
if you can, in zcmd, i don't use dcmd
PHP код:
CMD:givepermission(playerid, params[])
{
new level, id;
if(sscanf(params...
540
PHP код:
enum aInfo
{
sLevel
}
public OnPlayerDisconnect(playerid, reason)
{
dini_IntSet(file, "SKIN", AccountInfo[playerid][sLevel]);
...
540
this isnt working if you have another code then please give it to me and please explain clearly i am not understanding
467
please show me your code clearly where to put codes in which lines please
467
can you attach this code in my given cmd please and please show that code clearly thanks
467