Search Results
Show us register file, how you register the data in file.
113
Nice thing but give us more information about this "pause and back". You mean AFK, didin't you ? Anyway, congratulations for script, it's a start.
228
Show us public payday();
169
Код: CMD:akill(playerid, params[]) { new string[128], playerto, sendername[MAX_PLAYER_NAME] ,giveplayer[MAX_PLAYER_NAME]; if(sscanf(params, "u", playerto)) return SendClientMessage(pla...
85
Код: if(pInfo[playerid][pLogged] == 1) { new str[128]; format(str, sizeof(str),"» {B4B5B7}[CMD][%d]%s: {91F21B}%s",playerid,PlayerName(playerid),cmdtext); SendMessageToAllAdmins(st...
82
Hi, i dunno how to convert this command from strcmp to zcmd & sscanf. Maybe other members who have necessary knowledge can help me. I tried to convert but unfortunately command doesn't work exactl...
84
I don't understand what you meant to say ...
142
In my opinion using foreach is more efficient than SetTimerEx .
142
I don't understand what you want to say. What do you want to give you when you kill someone ?
140
Wow. Nice release, adri1. I think this is the best "copy" of siri on SAMP. Just keep going with this.
345
Quote: Originally Posted by crouch010 Am reusit intr`un fel sa sterg sa nu imi mai dea kick daca nu am cont,doar ca acum nu imi cere parola iar cand dau /stats imi zice "you are not logged...
206
Код: CMD:buyhouse(playerid, params[]) { for(new i = 0; i < sizeof(hInfo); i++) { if(GetPlayerMoney(playerid) < hInfo[i][Price]) return SendClientMessage(playerid, COLOR_RED, "You don't have ...
70
Quote: Originally Posted by SumX I tried again something.But it isn't working.Only it saves ,loading failes,my variables are resetting to 0. Hey!What's wrong here? It is saving but it is ...
165
Quote: Originally Posted by CaRa You forgot to load in ongamemodeinit Код: INI_ParseFile("Teams/TeamLimits.ini", "LoadOneFile", .bPassTag = true); Place it in OnGameModeInit So, w...
165
You forgot to load in ongamemodeinit Код: INI_ParseFile("Teams/TeamLimits.ini", "LoadOneFile", .bPassTag = true); Place it in OnGameModeInit
165
Код: forward GetClosestPlayer(p1); public GetClosestPlayer(p1) { new x,Float:dis,Float:dis2,player; player = -1; dis = 99999.99; for (x=0;x<MAX_PLAYERS;x++) { if(IsP...
39
Quote: Originally Posted by AndreT Oy, I have another few things to say here... 1) Your command does not require sscanf parsing. It has one parameter only! pawn Код: CMD:changeemail(p...
90
Quote: Originally Posted by PrawkC You probably didn't use it correctly, look it up on the wiki.. it shows you an example and it WILL work for what you're doing. Quote: Origin...
90
Quote: Originally Posted by PrawkC You can use strfind to check for the character. I tried to make with strfind but doesn't work Can you give me an example please ? Or to make me for '...
90