Search Results
PHP код:
case 14:
            {
                if(CanCAR{playerid} == false) return SendClientMessage(playerid, RED, "Please wait before buying any vehi...
125
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...
103
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
159
UPDATED
PHP код:
public OnTextMenuResponse(playerid,menuid,listitem)
{
    for(new i = 0; i < MAX_BUSINESSES; i++)
    {
    if(menuid == BIZMENU)
    {
     Â...
159
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 ^^...
169
PHP Code:
if(IsPlayerNearLawEnforcement(playerid)Â &&Â GetPlayerWantedLevel(playerid)Â <Â 6)
    {
         shotsfired[playerid] ++;
         if(shotsfired[player...
169
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 ...
123
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...
113
PHP код:
if(newstate==Â PLAYER_STATE_DRIVER)
    {
     if(pData[playerid][pMission] == MISSION_TYPE_TRUCK_2)
        {
               new vehicleid;
    ...
220
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?
220
PHP код:
CMD:robbiz(playerid, params[])
{
    new chance = random(3), bizowner = GetID(BizInfo[BizRobCP[playerid]][bOwner]), fstr[256],fstr2[256];
    if(BizRobCP[playerid] ==Â...
121
Well, It says locked but i can still enter without unlock? and i m using samp 0.3z R2 now.
421
I don't have anything yet. I want to know how can i do this?
421
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.
421
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...
121
Anyways, its fixed thanks guyz.
479
how can i set it as AUTO_INCREMENT? i can't find it.
479