Search Results
PHP код: case 14:             {                 if(CanCAR{playerid} == false) return SendClientMessage(playerid, RED, "Please wait before buying any vehi...
46
i want to script something for example if a player robbed a bank within 30 seconds then if he gets arrested within 60 seconds then robbery money should disappear back i want if a player robbed the ban...
44
Thanks Friend but changed my mind. I was trying to do something but got tired so will start tomorrow in a new way. BIZMENU was the textdraw MENU
77
UPDATED PHP код: public OnTextMenuResponse(playerid,menuid,listitem) {     for(new i = 0; i < MAX_BUSINESSES; i++)     {     if(menuid == BIZMENU)     {      Â...
77
Thank you. The problem was I didn't add in the first code. PHP Code: if(GetTeam(playerid) == CLASS_CIV || GetTeam(playerid) == CLASS_MEDIC)  Now its working and just added this line ^^...
76
PHP Code: if(IsPlayerNearLawEnforcement(playerid) && GetPlayerWantedLevel(playerid) < 6)     {          shotsfired[playerid] ++;          if(shotsfired[player...
76
I m trying to create a saving system like CnR There are many CnR servers which let player chooses to spawn in which city For example: /Settings > Change Spawn Place > 1. LS . 2.SF 3.LV How ...
57
PHP код: [22:16:45] [DEBUG] mysql_format - connection: 1, len: 256, format: "UPDATE `stats` SET `Money`=%d, `Score`=%d, `Deaths`=%d, `Kills`=%d,`Skin`=%d, `Team`=%d,`StoreRobbed...
44
PHP код: if(newstate== PLAYER_STATE_DRIVER)     {      if(pData[playerid][pMission] == MISSION_TYPE_TRUCK_2)         {                new vehicleid;     ...
91
how can i script like if player is in job and if player get out of car while is misison so it gives 10 seconds to players to get back into car otherwise mission failed?
91
PHP код: CMD:robbiz(playerid, params[]) {     new chance = random(3), bizowner = GetID(BizInfo[BizRobCP[playerid]][bOwner]), fstr[256],fstr2[256];     if(BizRobCP[playerid] ==Â...
56
Well, It says locked but i can still enter without unlock? and i m using samp 0.3z R2 now.
202
undefined symbol "GetPlayerPoolSize"
202
I don't have anything yet. I want to know how can i do this?
202
How can i lock last vehicle? Well, I want player can lock their vehicle when they are outside. So, I want to get player last vehicle for locking and unlocking.
202
Well, I don't really know what is it. Every id working fine but if a player joined as id 2. Then he/she can't talk on main chat and also it doesn't count player total online time. I don't know whats w...
60
how can i set it as AUTO_INCREMENT? i can't find it.
230