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