Search Results
EAT_Vomit_P, EAT_Vomit_SK?
143
Looking for an additional job for extra money. If you need any help with creating new systems, fixing errors or anything else you would like to do with pawn language for your server - send me a PM. ...
202,748
1000 miliseconds = 1 second; 1000 * 60 * 15 = 900000 (15 minutes)
125
https://dev.mysql.com/doc/refman/5.7...set-mysql.html Change Collation inside your MySQL to big5_chinese_ci
77
Find outdated function in your script and change it to up-to-date (link down below). https://sampwiki.blast.hk/wiki/MySQL/R33#mysql_format
65
Why are you using two specifiers u and s for Target? PHP код: if(!sscanf(params, "u",Target)) 
110
Move your stock at the top of your script.
62
There can be several reasons: a) You use TogglePlayerSpectating. b) You spawn a player once he connects.
161
Update your streamer.
86
PHP код: if(IsPlayerInRangeOfPoint(playerid,3.0,hinfo[PlayerInfo[playerid][pHouse1]][Hx],hinfo[PlayerInfo[playerid][pHouse1]][Hy],hinfo[PlayerInfo[playerid][pHouse1]][Hz]) || IsPlayerInRangeO...
94
PHP код: AFK[playerid] = Create3DTextLabel("AFK", 0xFF0000FF, 0.0, 0.0, 2.0, 40, 0, 0); 
100
Use PlayAudioStreamForPlayer function. https://sampwiki.blast.hk/wiki/PlayAudioStreamForPlayer
146
In order to teleport your player after 5 seconds to other place, use function SetTimerEx. P.S: Do not create same topic after 1 hour. You better wait until 1 day passes, then BUMP it. https://sampfor...
116
PHP код: SetVehicleParamsEx(idcar,VEHICLE_PARAMS_ON,lights,alarm,doors,bonnet,boot,objective);  VEHICLE_PARAMS_ON turns on the engine.
99
You cannot click on a usebox. You have either make a text and then use TextDrawTextSize function or use a usebox with TextDrawSetPreviewModel function.
101
Somewhere you missed a bracket. Check again.
66
Why do you create DrugEffectTimer variable? Do you put that timer only in the /usedrugs command? Show me your OnPlayerSpawn, OnPlayerConnect and your /usedrugs command.
126
Then where do you use TextDrawShowForPlayer?
126