Search Results
my server is also in hosted tab (no players). waste of money
298
How much NPC's are in your server & Server slots ?
239
Quote: ///////////////////////////////////////////////// new VoziloJeAvion,VoziloJeBrod,VoziloJeKamion,VoziloJe Motor,VoziloJeBicikla,DostavljacVozila; for(new o; o < MAX_VOZILA; o++) {...
242
Show the Error of your Pawno Compiler. Here is the code of only mechanic can enter in mechanic vehicle. Код: new mech_vehicles[5]; new Mechanic[MAX_PLAYERS]; mech_vehicles[0] = AddStaticVehicle(...
139
Open Server.cfg file add line Код: language English Done!
90
I think Smartbytes hosting is dead. cPanel's license is expired (Web Hosting). Can't Access Billing Area. 7 days ago & no reply on tickets. :/
231
Quote: Originally Posted by VishvaJeet Ye you can: Simple! Код: new cash = random(32001); GivePlayerMoney(playerid, cash+8000); This code will give player money between 8000-40000 cash...
200
I know you defined that but look carefully what you did. Your dini_IntSet() saving player's VIP level at player's duration of VIP (time)
114
Quote: Originally Posted by VishvaJeet Ye you can: Simple! Код: new cash = random(32000); GivePlayerMoney(playerid, cash+8000); This code will give player money between 8000-40000 cash...
200
Код: if(dialogid == DIALOG_mshop) { if(response) { switch(listitem) { case 0: { if(PlayerInfo[playerid][mcoin] < 30) return Send...
114
Ye you can: Simple! Код: new cash = random(32001); GivePlayerMoney(playerid, cash+8000); This code will give player money between 8000-40000 cash.
200
Код: public OnPlayerConnect(playerid) { new name[24]; GetPlayerName(playerid, name, 24); if(strfind(name, "[EXP]", true) != -1) // check clan in player's name { if(PlayerInfo[player...
197
if you are using CreatePickup() then use pawn Код: new Skills_Point =  CreatePickup(model, type, Float:X, Float:Y, Float:Z, Virtualworld);OnPlayerPickUpPickup(playerid,  pickupid){    if(pick...
192
if you have defined with stock & you are not using that function in script. compiler will not return any warning/error. pawn Code: stock strlower(string[]){    for(new i=0; string[i] != EOS; i...
127
pawn Код: forward FreeWeapons();public OnFilterScriptInt(){     SetTimer("FreeWeapons",500,1);}public FreeWeapons(){    for(new i=0; i<MAX_PLAYERS; i++)    {       if(IsPlayerConnect...
83
Use return 1 after any command Exmaple: pawn Код: CMD:derby(playerid, params[]){   // your code   return 1;}
89
Now try my code i edited that. now it will work
172
pawn Код: CMD:g(playerid, params[]){    new msg[128], string[128];    new string2[128];    if (sscanf(params, "s[128]", msg)) return SendClientMessage(playerid, RED, "USAGE : {FFFFFF}/g [MES...
172
Use SA-MP map editor https://sampforum.blast.hk/showthread.php?tid=282801 In this map editor you will see View Section >> Copy Current Camera view
74