[Include] YSF 1.0.0 BETA | ylleron's server functions
#1

YSC 1.0.2
Author ylleron | Ylleron's Script Core

SCRIPT HAVE BEEN RENAMED BECAUSE YSF ALREADY EXISTS BY ******

UPDATED
Hi, I want to make something what will be helpfull for other beginers in pawn. And this is my new INC, which contain a lot of usefull functions for your work in pawn. it is first version. They are very simple functions and some defines. Later i want to make more/harder functions. You can change it to self explanation, but stay with credits. If you find some mistakes, please report them here or send me PM.

Example use in gamemode:
Код:
public OnPlayerConnect(playerid)
{
	new str[100];
	format(str, sizeof(str), "Welcome on %s, dear player %s", GetServerName(), GetName(playerid));
	return SendClientMessage(playerid, 0xFF0000AA, str);
}
Version 1.0.2a
- y_anticheat - Effective anticheat
- y_loop - Faster looping
- y_script - Small macros for public and stock (for my better using)
- Fixed some mistakes
- Added some usefull functions


--- [ DOWNLOAD ] ---
YSC 1.0.1 - YSC.pwn:
http://pastebin.com/Pf7Thseg

YSC 1.0.2a - YSC.rar:
http://solidfiles.com/d/acc7/
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)