Search Results
Don't double post. Your codes are little ugly.
196
Quote: Originally Posted by _Jake_ ^ No. It is just example. I recommended you to read y_commands topic. I didn't understood from his topic. It is better you guys explain me in easy ...
129
Quote: Originally Posted by _Jake_ I am not sure. But, all i know is. It uses to explain how the command works. Example pawn Код: if(help){GameTextForPlayer(playerid, "~r~Test ~w~Com...
129
I know how to use Y_Commands, But i don't know what is "Help" and how to use it. Example: pawn Код: #include <YSI\y_commands>YCMD:pkill(playerid, params[], help) // <-- "Help"{   new ...
129
Quote: Originally Posted by [uL]Pottus Get rid of DINI it's old lame, slow and overall pretty shitty use YINI. I really don't know how to use Y_INI. It's a little hard to understand for...
474
Quote: Originally Posted by _Jake_ Something new? We've seen this Код: Dialog Showup on OnPlayerConnect (Register/Login) Money,Score,Kills,Deaths and AdminLevel saving stats 2 Command...
474
Put the all codes in their position. Some of the codes are in wrong position. Some of the codes are in right position.
2,671
Update all your YSI inc file to latest version.
92
Try this: pawn Код: public OnPlayerSpawn(playerid){   if(gTeam[playerid] == TEAM_CARFIX)   {      GivePlayerWeapon(playerid,5,1);   }   return 1;}
142
Quote: Originally Posted by ElMelo Nice Quote: Originally Posted by Ibrahim.E Not Bad .. Quote: Originally Posted by Fredrick useful good job. Thanks
474
Dialog Showup on OnPlayerConnect (Register/Login) Money,Score,Kills,Deaths and AdminLevel saving stats 2 Commands: /statsme /changepass Password Hash Dini.inc - DracoBlue Others - Me =)
474
Wrong: Код: new god[MAX_PLAYERS]=0; Correct: Код: new god[MAX_PLAYERS];
107
pawn Код: public OnPlayerKeyStateChange(playerid, newkeys, oldkeys){   if(newkeys == KEY_SUBMISSION && IsPlayerInAnyVehicle(playeird)) {      new vehicleid = GetPlayerVehicleID(player...
157
try this: pawn Код: CMD:admins(playerid,params[]){    new Count, string[128],n[MAX_PLAYER_NAME];    SendClientMessage(playerid, COLOR_LIGHTBLUE, "__________|Admins|__________");    for(new ...
131
try to use this: pawn Код: new vehicleid = GetPlayerVehicleID(playerid);if(stationidv[vehicleid][0] != 0) {
104
Quote: Originally Posted by MP2 Don't bump before 24 hours. you could help me with that rply.
67
how to make the textdraw thin ? i saw on a server it was very thin. it was completely looking like a new font :P any function ?
67
Quote: Originally Posted by Mr_DjolE What about: pawn Код: #define PRESSED(%0) (((newkeys & (%0)) == (%0)) && ((oldkeys & (%0)) != (%0)))public OnPlayerKeyStateChange(p...
86