Search Results
mixing interiors? what do u mean?
197
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...
197
not actually, i run a hunger system, so i need to do SetTimerEx and KillTimer so many times
225
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...
225
Код:
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
145
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
225
Код:
SetPlayerWorldBounds(playerid,Float:x_max,Float:x_min,Float:y_max,Float:y_min);
pawn Код:
__ ymax |----------| | |xmin | | xmax ...
194
You cant combine ZCMD and basic OnPlayerCommandText, you have to choose one of them
288
https://sampwiki.blast.hk/wiki/CreatePlayer3DTextLabel
Make sure you set the DrawDistance more that 100.0, and 1 in testLOS
278
I maybe can fix your script, contact me
157
pawn Код:
for(new i; i<MAX_PLAYERS; i++){ PlayerPlaySound(i, soundid, 0.0, 0.0, 0.0)}
Dont forget to replace soundid!
235
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?
323
It's SAMP bug, on some server/GM it happen, just try to relog and relog
294
What is HealPos1X, HealPos1Y, HealPos1Z? Where you use it? GetPlayerPos?
351
You can use SAMP Map Editor to remove an object
This >> https://sampforum.blast.hk/showthread.php?tid=282801
247