Search Results
BUMP ... - sry spam... But i need this...
96
Quote: Originally Posted by Sascha You are creating a variable and trying to use it as a callback. If you want to create custom callbacks, you'll have to forward and not initialize them yo...
96
Код: (58694) error 012: invalid function call, not a valid address (58694) warning 215: expression has no effect (58694) error 001: expected token: ";", but found ")" (58694) error 029: invalid ex...
96
Quote: Originally Posted by IzadorO Use the IsPlayerIdle snippet and edit it so that the animation only plays if the player is idle, which means that no other animations are currently play...
186
Quote: Originally Posted by amirm3hdi Did you even read what I told u? If you don't know, show me the code I'll fix for you... Its a filterscript.. Код: // This is a comment // u...
186
Quote: Originally Posted by amirm3hdi No, don't use MAX_PLAYERS, use playerid instead.... For example if you want to jail player 10 you'll do: Код: PlayerInfo[10][pJailTime] = minutes...
74
I get this errors Код: (57292):error 032: array index out of bounds (variable "PlayerInfo") (57293)error 032: array index out of bounds (variable "PlayerInfo") (57294)error 032: array index out of...
74
I have a chat animation filterscript, its working but when the character is /fall /sit and he writes something he gets up .And when he is in the car / bike i dont want to have the chat animation --S...
186
Quote: Originally Posted by FreAkeD If you use a database, make the command search for the player and use variables for checks, etc.. Not that hard if you know what you're doing. I tri...
122
Can someone give me a offline prison.. (Command that can /prison offline players.)
122
Quote: Originally Posted by Konstantinos invalid function call, not a valid address Means that either one of them or both are variables (arrays) and not functions (so it'd be [i] instead ...
221
Quote: Originally Posted by MikE1990 You still have errors on line 3072 ? YES!! Quote: Originally Posted by Affan PHP код: format(string, sizeof(string),"Osoba:Â...
221
Quote: Originally Posted by MikE1990 try to change line 3072 to this: Код: format(string, sizeof(string),"Osoba: %s ID: %d Cena: $%d", ImeIgraca(i), i, CenaZaUbistvo(i)); Nope.. Sa...
221
I'm getting this ERRORS.How to fix them ? Help. Код: { SendClientMessage(k, COLOR_WHITE, "|__________________ Hitman Agencija Vesti __________________|"); SendClientMessage(k, COLOR_DBLUE, "*...
221
Like this ? pawn Код: else        {            SetPlayerToTeamColor(playerid);            SetPlayerPos(playerid,1612.3240,-2330.1670,13.5469);            SetPlayerFacingAng...
73