Search Results
I have a server with many 3d text label, for mask, the doors, houses, etc. I'm using streamer, but sometime the label is not proper, for example, in a house, it shows mask label (For player name and H...
117
not actually, i run a hunger system, so i need to do SetTimerEx and KillTimer so many times
105
Not the interval, the id returned, like this code Код: new timerid = SetTimer("Timer", 1000, 0); printf("The timerid = %d", timerid); KillTimer(timerid); and i do the code 1000 time, is it okay an...
105
Код: AddStaticVehicle(modelid, Float:spawn_x, Float:spawn_y, Float:spawn_z, Float:angle, color1, color2, respawn_delay) maybe the respawn delay, or on your OnPlayerExitVehice
77
Is it normal if the timer ID is so huge, like 10000? i'm not sure because my server going freezed after i put this function in
105
I've been waiting for this !
5,199
Код: SetPlayerWorldBounds(playerid,Float:x_max,Float:x_min,Float:y_max,Float:y_min); pawn Код: __         ymax     |----------|     |          |xmin |          | xmax   ...
94
You cant combine ZCMD and basic OnPlayerCommandText, you have to choose one of them
145
https://sampwiki.blast.hk/wiki/CreatePlayer3DTextLabel Make sure you set the DrawDistance more that 100.0, and 1 in testLOS
118
I maybe can fix your script, contact me
83
pawn Код: for(new i; i<MAX_PLAYERS; i++){    PlayerPlaySound(i, soundid, 0.0, 0.0, 0.0)} Dont forget to replace soundid!
119
scripter for you? add me on skype!
145
The PlayerInfo[playerid][pLogged] == 1 should be 0 right? so if they havent logged in, they have to login, allso the PlayerInfo[playerid][pLogged] == 0, should be 1?
104
It's SAMP bug, on some server/GM it happen, just try to relog and relog
95
What is HealPos1X, HealPos1Y, HealPos1Z? Where you use it? GetPlayerPos?
190
You can use SAMP Map Editor to remove an object This >> https://sampforum.blast.hk/showthread.php?tid=282801
156
Cool map! Rep+, keep mapping dude
291