Search Results
Hello, i am using SQL in my server and i escape strings to prevent sql injections. I had to display the escaped table, is there a way to hide the "\" symbol? ex. mysql_real_escape_string(string, s...
92
Hello, i was looking for new talking animations. Searched on SA-MP forum, SA-MP wiki and ****** but couldn't find anything. Anyone can link me them? I tried searching on Animations wiki for keywords ...
108
That's what i did.. seems not working. The bug was mine mistake sorry Код: CheckWalk(playerid) { new keys, updown, leftright; GetPlayerKeys(playerid, keys, updown, leftright); if(LegShoote...
117
Quote: Originally Posted by MP2 Sorry, I clearly didn't read that properly. You need to detect the W/A/S/D keys (or arrow keys) with GetPlayerKeys under OnPlayerUpdate. If they press W or...
117
I already have got the drunk animation. Why don't you read? I am looking a way to let the player moves when he's drunk, so when he wants to stop walking there's no anim on him.
117
Quote: Originally Posted by TakeiT This is all you need, apply it when the player drinks. https://sampwiki.blast.hk/wiki/SetPlayerDrunkLevel Nope, because SetPlayerDrunkLevel just mak...
117
Hello, i want to do that when a player is drunk he walks with DRUNK anim. My problem is to detect when player is moving ( W A S D), i mean that he can't run/walk, when he tries to do everything the s...
117
--- Solved recoding it all again --- Thank for everyone who tried helping me!
87