Search Results
hello , the variable must not create the enum of the player but the enum of the house : Quote: HouseInfo [ HouseID ] [ BidAmount ] HouseInfo [ HouseID [ BidPlayer ] then, in func...
120
Fantastic!! The Physics of objects is very really! The Soccer System is Great!
8,769
scripting is not the best, you could use a "switch" instead of "if", or store the hexadecimal value of the variable and use the SendClientMessageToAll in this way: SendClientMessage (playerid, TextsAc...
604
Thank's very much! Work in Progress for 1.2 Version...
489
Tuning System by Captive ATTENTION: it is very important to have dfile.inc and zcmd folder --- pawno> includes FileManager and have in the plugins folder and voice plugins in server.cfg. Descript...
489
Quote: Originally Posted by leong124 It's your preference. dFile seems to be more straight forward, because it doesn't use callbacks, but it's a plugin. y_ini is made by ******, which seem...
150
hello to all. I'm starting to Scripting a GM RP, as a system data file what do you recommend? Y_INI or dFile? Before discovering the dFile I always used Y_INI, now I'm starting to use the dFile and is...
150
OnGameModeInit: PHP код: DisableInteriorEnterExits();ShowPlayerMarkers(0);  OnPlayerConnect: PHP код: if(IsPlayerAdmin(playerid))SetPlayerColor(playerid, COLOR);//Or check admin...
109
On Top: PHP код: enum weapon_system{    pWeapon[MAX_WEAPONS],    pAmmo[MAX_WEAPONS]};new Weapon_Info[MAX_PLAYERS][weapon_system];  SaveAccount: PHP код: new wstring[32]...
131
try changing the variable name: PHP код: stock PlayerName(playerid){    new pname[MAX_PLAYER_NAME];    GetPlayerName(playerid, pname, MAX_PLAYER_NAME);    return pname;} 
227
Quote: Originally Posted by OpticKiller not bad but to many trees 6/10
307
Very simple, you could add more dialog and wheels. But equally good.
1,726