Search Results
if (PlayerInfo [playerid] [pFacLeader]==0) return SendClientMessage (playerid, COLOR_GREY, «not leader»); ==0
252
PHP код: new PlayerText:HealthTv;         HealthTv = CreatePlayerTextDraw(playerid,195.000000, 399.000000, "Health:");     PlayerTextDrawBackgroundColor(playerid,HealthTv, 25...
158
PHP код: CMD: giverank (playerid, params []){новый игрокb, ранг, строка [128];if (! IsPlayerLoggedIn (playerid)) возвращает SendClientMessage (player...
252
Tell me how to save the number of online fractions in ONE variable? I do: new onlinelspd = 0; new onlinefbi = 0; new onlinearmy = 0; in the Authorization I check the player on the faction and add ++ ...
90
error 021: symbol already defined: "GetGangMembersCount"
142
How to find out the number of online subordinates of one of the gangs and multiply this amount by the amount? I want that at the salary of each gang from their treasury the amount which was spent for...
142
Tell me how to display a message to a banned player in the information about: DATE OF THE FUCK and LEAVING TERM)) unbandate = cache_get_field_content_int (0, "UnbanDate"); >>>>>>>...
101
error 017: undefined symbol "timestamp" PHP код: timestamp(unbandate,year,month,day); 
75
for example: if benzin 50L then it is displayed 50L, IF 50.06L then it is displayed: 457675673465783465L ....
117
Float: I want the gasoline displayed in hundredths (for example 50,48L) format (strb, sizeof (strb), "~ y ~ Fuel: ~ b ~% d", gasoline); TextDrawSetString (Benzin [playerid], string); how to display...
117
divide(split) the amount of money you enter for your gang players who are online
267
Quote: Originally Posted by XVlaDX Код: stock countFactionMembers(factionid) { new count; foreach(Player, i) { if(pl[i][pMember] == factionid || pl[i][pLeader] == factionid) { ...
267
PHP код: for(new i = 0; i < MAX_PLAYERS; i++)         {             if(pl[i][pMember]==fidzp||pl[i][pLeader]==fidzp){                      ...
267
how to split the amount entered into the player of the members, who are now? PHP код: for(new i = 0; i < MAX_PLAYERS; i++)          {              if(pl[i][pMem...
267
PHP код: ShowPlayerDialog(playerid, d_offline, DIALOG_STYLE_LIST, "Members", "members offline", "ok", "cancel");  case d_offline {         if(!response) return 1;      ...
82
I confused > gotow = GetPlayerInterior(giveplayerid); gotoi = GetPlayerVirtualWorld(giveplayerid); gotow > WORLD and gotoi -INT)) nevertheless thanks
159
When the player's teleport and the teleport to the player, the interior does not load. the character falls into the texture. If the interior (street) - everything is okay PHP код: CMD:gotopl(p...
159
I have a cycle. How to make the list of the cycle displayed in the chat in a row / line (not in the column, and row / row) PHP код: new string[50];   send(playerid, COLOR_GREEN, "Wanted");...
94