Search Results
Don't double post. Your codes are little ugly.
318
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 ...
231
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...
231
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 ...
231
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...
741
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...
741
Put the all codes in their position. Some of the codes are in wrong position. Some of the codes are in right position.
4,078
Update all your YSI inc file to latest version.
210
Try this: pawn Код: public OnPlayerSpawn(playerid){   if(gTeam[playerid] == TEAM_CARFIX)   {      GivePlayerWeapon(playerid,5,1);   }   return 1;}
279
Quote: Originally Posted by ElMelo Nice Quote: Originally Posted by Ibrahim.E Not Bad .. Quote: Originally Posted by Fredrick useful good job. Thanks
741
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 =)
741
Wrong: Код: new god[MAX_PLAYERS]=0; Correct: Код: new god[MAX_PLAYERS];
168
pawn Код: public OnPlayerKeyStateChange(playerid, newkeys, oldkeys){   if(newkeys == KEY_SUBMISSION && IsPlayerInAnyVehicle(playeird)) {      new vehicleid = GetPlayerVehicleID(player...
231
try this: pawn Код: CMD:admins(playerid,params[]){    new Count, string[128],n[MAX_PLAYER_NAME];    SendClientMessage(playerid, COLOR_LIGHTBLUE, "__________|Admins|__________");    for(new ...
226
try to use this: pawn Код: new vehicleid = GetPlayerVehicleID(playerid);if(stationidv[vehicleid][0] != 0) {
187
Quote: Originally Posted by MP2 Don't bump before 24 hours. you could help me with that rply.
159
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 ?
159
Quote: Originally Posted by Mr_DjolE What about: pawn Код: #define PRESSED(%0) (((newkeys & (%0)) == (%0)) && ((oldkeys & (%0)) != (%0)))public OnPlayerKeyStateChange(p...
180