Search Results
pawn Код: dcmd_admins(playerid,params[]) {     #pragma unused params     new count=0,string[128],rank[128];     for(new i = 0; i < MAX_PLAYERS; i++)     {         if(IsPlayerConnect...
159
pawn Code: public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger){    SetTimerEx("Speedometer", 100, true, "i", playerid);    SPEEDOS[playerid] = TextDrawCreate(524.5,385," ");    TextDr...
132
pawn Код: CMD:richlist(playerid, params[]){    mysql_query("SELECT `username`, `money` FROM `data` WHERE `PlayerBanned`=0 ORDER BY `money` DESC LIMIT 10");    mysql_store_result();    printf...
219
You have created the most wierdest variables that don't even match your code... Learn from this and always remember to use targetid and playerid, or your code will just fuckup. PHP код: CMD:gi...
151
www.color-hex.com -- Helps me ALOT.
136
Do not use the command Smiley wrote. This would send your format to every single player online. What you want to do is follow Stanfords instructions. (Although he only told you to include foreach and ...
110
I did have this bug before, but I think I found a temporary fix. Try disabling stunt bonuses. This might seem wierd to do but it's temporary for now... PHP код: EnableStuntBonusForAll(0); 
189
PHP код: mysql_format(szCurrent, query, sizeof(query), "INSERT INTO `accounts` (Username, Password, IP, Admin, VIP, Money, PosX, PosY, PosZ) VALUES ('%e', '%s', '%s', '0', '...
140
Quote: Originally Posted by DIVESHSEET THANKS MAN +REP No problemo! That's what the Scripting Help thread is for :P
128
pawn Код: case 0:{     if(IsPlayerInAnyVehicle(playerid))     {          SetVehiclePos(GetPlayerVehicleID(playerid), 1539.5408,1848.2786,12.141);     }      SetPlayerPos(playerid,...
128
Ooh god... Try this for every single case statement. But be aware that the X Y Z differs from the other cases. pawn Код: case 0:{     if(IsPlayerInAnyVehicle(playerid)) SetVehiclePos(GetPlayer...
128
It should work though... Or you're doing something wrong. EDIT : It sets your wanted level and your wanted level player variable.
206
PHP код: CMD:robbank(playerid, params[]) {         if(robpossible == 1) //If the bank can be robbed we continue below         {                 if(Is...
206
Quote: Originally Posted by rumen98 I do not think you will find such a person here You will but he would obviously not do it for free. OT : There are alot of tutorials out there, rea...
178
If you don't want your vehicle to fall inside a interior. + the Z Position of the vehicle you want not to fall.
182
Woops! Didn't notice you replyed. pawn Код: SASDVehicles[0] = AddStaticVehicleEx(497,611.36193848,-609.06054688,22.79080963+1.5,270.00000000,40,61,VEHICL E_RESPAWN); //Maverick
182
Quote: Originally Posted by Diverse Maybe nudge up the Z Position? +1 or +2? EDITED!
182
Maybe nudge up the Z Position abit? +1 or +2?
182
Mind telling us what the "Pretty big problem" is?
64
1. No you don't. 2. Tell him to send you his server_log.txt, and then reply here.
120