Search Results
Help me scripters sorry bad english
82
pawn Код: public Inventorius(playerid){    if(IsPlayerConnected(playerid))    {      if(gPlayerLogged[playerid] == 0)      {        SendClientMessage(playerid, COLOR_GREY, "  Prival...
82
pawn Код: AddMenuItem(testmenu,0,"Weapon: %s, Ammo: %d", gunname, PlayerInfo[playerid][pInvAmmo]); What's wrong?
49
such pawn Код: Inventor = CreateMenu("Inventor", 1, 50.0, 180.0, 200.0, 200.0);      AddMenuItem(Inventor, 0, "Weapon: %s, Ammo: %d", gunname, PlayerInfo[playerid][pInvAmmo]);     AddMenuIt...
186
I want to make this feature less than it is now and on the [MENU]
186
It works, am need that all this is on the menu
186
I do not see what you have done? I do not see what you have done? I want to do this feature on the menu
186
How to do that this feature is on the menu? pawn Код: if(!strcmp(cmdtext, "/inv", true) || !strcmp(cmdtext, "/inventory", true))   {    if(IsPlayerConnected(playerid))    {      if(gPlay...
186
pawn Код: public OnPlayerKeyStateChange(playerid, newkeys, oldkeys){  new vehicleid = GetPlayerVehicleID(playerid);    if(newkeys == KEY_WALK)    {        if(IsPlayerInAnyVehicle(playerid...
120
Bank System With Menu! Commands: - /registruotis - Register - /jungtis - login - /stats - stats Screens: Bank Pickup Press key "Enter", go in the bank. Deposit Withdraw Padeti = Deposi...
201
Код: C:\Documents and Settings\namai\Desktop\FeaR'ui\gamemodes\pcrp.pwn(15240) : error 028: invalid subscript (not an array or too many subscripts): "ServerCFG" C:\Documents and Settings\namai\Des...
194
From Here: http://forum.sa-mp.com/index.php?topic=99744.0 This is what is within the error records in this code that does not work?
194
maybe someone can correct the error?
194
Код: dcmd_vote(playerid, params[]) { if(IsPlayerConnected(playerid)) { if(ServerCFG[VoteInProgress]) return SCM(playerid, B_BILA, "[ 0 ] Voting is already in progress."); else if(!strlen(par...
194
I need that as player still offline, and then show his behalf that he leaders.. that always made the player's nickname written leaders or leaders whether online or not
182
http://forum.sa-mp.com/index.php?topic=94739.0 does not work :/
113