Search Results
If I understand you and if am I right, you need to use CancelSelectTextDraw (https://sampwiki.blast.hk/wiki/CancelSelectTextDraw) when clicking on a "Cancel" button to hide a cursor and see your hud w...
71
Oh, I didn't know that, thank you all for that fast reply, thanks
74
Hello, I'm trying to get a random id of a car, but I don't want these down here, when I use a command for this, I'm getting any random number from 400 to 611, but the SendClientMessage with a blue tex...
74
It's maybe one of these, just found them now in a random script, you can try it. PHP код: Stats[0][playerid] = CreatePlayerTextDraw(playerid, 184.800064, 158.293334, "samaps:map"); Player...
55
Hello, I made some textdraws, but there is of them and it's invisible. Can someone tell me please why I can't see it ingame? Is it because of these IDs 29 and 19559? Visible: PHP код: InterMe...
52
Already fixed it, just installed newest version, thanks anyway
193
Yep, I tried your way, I was using it some times ago, and it worked fine, but then came update, and it like "re-installed" my Notepad++, so I had to do it again, but now I found that hints doesn't sho...
193
So I tried, but it still doesn't work, there must be something else wrong.
193
Hello, my Notepad++ isn't showing hints, like when I type for example "IsPlayerConnected", then add "(", I can't see hint for it, but they are enabled, any ideas please?
193
Hello, I tried to make "/createactor" & "/deleteactor" commands, but "/deleteactor" isn't deleting right, I can create like 4 actors, and delete only 1 or 2 randomly.. please help PHP код: ...
56
PHP код: CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = STREAMER_OB...
188
Hello, I need help with AFK 3D text label, code is working, but 3D text isn't delete when player resume. PHP код: new Text3D:PlayerAFKlabel[MAX_PLAYERS];  PHP код: format(string...
54
Change it to this: PHP код: marker = CreatePickup(1318, 1, 1654.0273,-1655.9581,22.5156, -1);// model,type,z,x,y  You forgot this "-1"
84
FIXED - 100% working, thank you everybody who help
148
Quote: Originally Posted by Crayder new str[16]; GetPlayerIp(playerid, str, sizeof str); //now use 'str', which is the IP I can't use playerIP?
148
Quote: Originally Posted by AbyssMorgan PHP код: GetPlayerIp(targetid, playerIP, sizeof(playerIP)); format(string, sizeof(string), "[NORMAL IP - %s][REG IP - %s][PING: %d...
148
Quote: Originally Posted by Freaksken You can find a complete example on the wiki. There is a wiki for SA-MP, use it. I used it -_-
148