Search Results
Everyone is getting this problem, solve it asap
239
This command works on my previous gamemode, but it's not working on new gamemode
PHP код:
CMD:jetpack(playerid, params[]) {
if(AdminDuty[playerid]Â !=Â 1)
            {
    Â...
33
I get the same problem with the codes you posted
33
No, it's not fine because id 0 will change, you're not helping me
33
It's not what I want.
I want to spawn jetpack by /jetpack (only if player is admin) and remove the jetpack with the same command
33
I use this command to get jetpack for admin players, but my arms are stuck
http://i.imgur.com/1m0uFzC.jpg
This is the code
PHP код:
CMD:jetpack(playerid, params[])
{
if(IsPlayerAdmin(playerid...
33
This is the full code, I don't know why it's not working; arms freeze after animation and I have to jump
58
My arms freeze after animation usage
58
Quote:
Originally Posted by Dayrion
Try this :
PHP код:
ApplyAnimation(playerid, "PED", "IDLE_CHAT", 4.1, 0, 0, 0, 0, 1, 1);Â
This doesn't do anything
58
Quote:
Originally Posted by Alpay0098
Are you sure there's not any looping timer that Clears players animations? (Some servers got something like that to prevent players' /sleep animation)...
58
I use this code to get animation and when it finishes player's arms get stuck, they freeze, why? How to solve?
I want player walking while he's running animation
PHP код:
ApplyAnimation(player...
58
warning 203: symbol is never used: "RemoveUnderScore"
why?
24
I want to forbid this character in the chat, I'm using this code that's not working; can someone help me?
Where do I have to put it to make it working?
PHP код:
stock strreplace(string[], fin...
24
I compiled it and there is no bug, but I didn't add Definitions, Enumerator, Natives, objects etc... into my gamemode, shall I add those?
25