Search Results
Code: [00:01:19] [DEBUG] CMySQLHandle::Create - creating new connection.. [00:01:19] [DEBUG] CMySQLHandle::CMySQLHandle - constructor called [00:01:19] [DEBUG] CMySQLHandle::Create - connection creat...
22
pawn Code: #include <a_samp>#include <a_mysql>#include <zcmd>#include <sscanf2>#include <foreach>#include <streamer>native WP_Hash(buffer[], len, const str[]);//My...
22
Quote: Originally Posted by SilentSoul And loading user ? are you sure you loaded them through something like that ? pawn Код: public OnPlayerSpawn(playerid){    if(PlayerInfo[player...
38
pawn Код: public OnPlayerDisconnect(playerid, reason){    if(fexist(UserPath(playerid)))    {        PlayerInfo[playerid][pSkin] = GetPlayerSkin(playerid);        GetPlayerHealth(playe...
38
I have problem when I Login pawn Код: if(dialogid == DIALOG_LOGIN)    {        if(!response) return Kick(playerid);        if(response)        {            new pass[129];  Â...
38
I can see through all objects buildings, trees, rocks everything
31
LOL, I'm not using old gamemode i created it from scratch to test my map and maybe i will create server
31
I did it dude Код: I updated my streamer and rebuilded the gamemode!!!!
31
Hello, I created island but when I rotate my mouse near objects i can see throught them. I updated my streamer and rebuild the gamemode!!!!
31
Fixed I disabled the clock and now everthing is fine
56
Hello, I have really big bug on my server I will show you with 2 pictures
56
Awesome bro really nice. I will use it in my gamemode +REP
175
FIXED bug on other command
19
Go to your menu and from options go to video options, and disable hud from there. The hud can only be disabled in-game by pressing and holding F7 button
53
Код: split(filestring, dPosition, '|');
23