Search Results
Quote: Originally Posted by YourShadow https://github.com/urShadow/Pawn.CMD/issues/23 Thanks, will try.!
26,494
Since last update i have something like this in server_log, where should i look next? Code: [Pawn.CMD] ToLower: wstring_convert::from_bytes
26,494
Quote: Originally Posted by Shaheen I had checked every stuffs in the code and i have the things that u guys told. Its a gamemode from scratch which is available in forums. So if hackers g...
478
https://sampforum.blast.hk/showthread.php?tid=71136 Use this tutorial. And import this to time like for every 5 sec.. Code: public MoneyTimer() { new username[MAX_PLAYER_NAME]; for(new i=0...
478
It's working for me, by default... what's with fall damage?
532
Did you put OnPlayerDamage and remove OnPlayerGiveDamage & OnPlayerTakeDamage
532
Code: Header size: 24996 bytes Code size: 4612988 bytes Data size: 25335180 bytes Stack/heap size: 16384 bytes; estimated max. usage=4110 cells (16440 bytes) Total requ...
55,791
Quote: Originally Posted by Janoz12 It's going to be a little complicated to get this to work properly. The problem occurs because 'IsPlayerInRangeOfPoint' detects if the player is in the...
375
PHP Code: new jobtext[8];    if(PlayerInfo[playerid][pJob] == JOBID) { jobtext= "JOB INFO"; }    else if(PlayerInfo[playerid][pJob] == JOBID) { jobtext= "JOB INFO"; }  ...
131
Well.. you can use something like OnVehicleDeath vehicledestroyed[vehid] = 1; and on vehiclespawn check if vehicledestroyed[vehid] == 1 then do DestroyVehicle?
96
Use function PHP код: SpawnPlayer(playerid);  on Connect, then afterwards just use Spectate.
196
Can you post video or post pictures what's happening ? And post codes of OPEN and CLOSE barrier.
380
Leave screens for now, you basic, you enter business, when you exit everything is fu*** up? you are not seeeing ground and players/vehicls, Paste codes from ENTER and EXIT, via [ php] [ /php]
103
v2.9.3 is the last version ... first update it... You didn't post MoveDynamicObject line
166
Please post what streamer version u using? See server_log, and post line from MoveDynamicObject
166
I will rather try this and use global variable for x,y,z and have it multi functional. And use SetTimer not Ex PHP код: new Float:BoomX, Float:BoomY, Float:BoomZ; //Somewhere on topCMD:...
140
Quote: Originally Posted by DBZdabIt3Bro7 By what I understand from your small little snippet, you're trying to destroy an object by the variable Object2, however, you're creating an objec...
455
Define that object, put on top PHP Code: new object;object = CreateDynamicObject(ID OF OBJECT,x,y,z,0,0,0); //on create to define "object"DestroyDynamicObject(object);  //destroying ...
455
https://sampwiki.blast.hk/wiki/GetPlayerIp
132