Search Results
[20:59:57] [debug] Run time error 4: "Array index out of bounds" [20:59:57] [debug] Accessing element at negative index -1 [20:59:57] [debug] AMX backtrace: [20:59:57] [debug] #0 00015e5c in public S...
47
Quote: Originally Posted by Sew_Sumi You're confusing ObjectID with ModelID? That'd be why the ID comes out as 2. No sir, I tried it on many objects model ids. it updates them all as I...
133
PHP код: CMD:editobject(playerid, params[]) {  new objectid;  if(sscanf(params, "d", objectid))  {      SendClientMessage(playerid, -1, "[USAGE]/editobject (objid)");      r...
133
pawn Код: stock createPasswordHash(const username[],const password[]){    new user[129], pass[129], combined[129], final[129],temp[257];    WP_Hash(user, 129, username);    WP_Hash(pass, 129...
113
[22:26:11] Passwort: 3DFBAAA2B2080BD507A7CB81B7B7D454655CB3C3CA3B0D17F3 4 | Hash: 73204161 [22:26:11] passHash: 3DFBAAA2B2080BD507A7CB81B7B7D454655CB3C3CA3B0D17F3 44A98FEB3BC33621A019B849C807D58BD3D...
113
PHP код: (5893) : error 028: invalid subscript (not an array or too many subscripts): "updatePassword" (5893) : warning 215: expression has no effect (5893) : error 001:Â...
113
[17:03:05] Passwort: | Hash: 5704A80CDDF26A2BF414EA6E04535D35A8E1E911124A0A623C 7 [17:03:05] passHash: 5704A80CDDF26A2BF414EA6E04535D35A8E1E911124A0A623C 735AEE10E786606528D1D2FCA744EDD6A41A3432F84...
113
Are you trying to make a command to kick yourself from the server?
113
Post any other FULL command from the gamemode please.
111
pawn Код: #define THREAD_LoadPlayerLogin (5)#define THREAD_CompleteLoadPlayer (6)#define THREAD_CreatePlayer (7)#define THREAD_CreatedPlayer (8)#define THREAD_ignoreCallback (1) pawn Код: pub...
113