Search Results
Quote:
Originally Posted by YourShadow
https://github.com/urShadow/Pawn.CMD/issues/23
Thanks, will try.!
8,908
Since last update i have something like this in server_log, where should i look next?
Code:
[Pawn.CMD] ToLower: wstring_convert::from_bytes
8,908
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...
191
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...
191
It's working for me, by default... what's with fall damage?
260
Did you put OnPlayerDamage
and remove OnPlayerGiveDamage & OnPlayerTakeDamage
260
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...
26,951
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...
140
PHP Code:
new jobtext[8]; if(PlayerInfo[playerid][pJob] == JOBID) { jobtext= "JOB INFO"; } else if(PlayerInfo[playerid][pJob] == JOBID) { jobtext= "JOB INFO"; }
...
51
Well.. you can use something like OnVehicleDeath
vehicledestroyed[vehid] = 1;
and on vehiclespawn check if vehicledestroyed[vehid] == 1 then do DestroyVehicle?
37
Use function
PHP код:
SpawnPlayer(playerid);
on Connect, then afterwards just use Spectate.
61
Can you post video or post pictures what's happening ?
And post codes of OPEN and CLOSE barrier.
87
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]
43
v2.9.3 is the last version ... first update it...
You didn't post MoveDynamicObject line
75
Please post what streamer version u using? See server_log, and post line from MoveDynamicObject
75
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:...
43
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...
95
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 ...
95
https://sampwiki.blast.hk/wiki/GetPlayerIp
38