Search Results
Everyone is getting this problem, solve it asap
1,273
This command works on my previous gamemode, but it's not working on new gamemode PHP код: CMD:jetpack(playerid, params[]) { if(AdminDuty[playerid] != 1)             {     Â...
209
I get the same problem with the codes you posted
209
No, it's not fine because id 0 will change, you're not helping me
209
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
209
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...
209
This is the full code, I don't know why it's not working; arms freeze after animation and I have to jump
326
My arms freeze after animation usage
326
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
326
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)...
326
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...
326
warning 203: symbol is never used: "RemoveUnderScore" why?
105
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...
105
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?
167