[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
#2

Pastebin please??
Reply
#3

look tada link
Reply
#4

Oh, I thought ****** released something new and exciting. I was wrong. Good work anyway.
Reply
#5

Quote:
Originally Posted by pagie1111
Посмотреть сообщение
Oh, I thought ****** released something new and exciting. I was wrong. Good work anyway.
****** is boss this is shit if i compare YSI. Thank you
Reply
#6

pawn Код:
stock ShutDownServer()
{
        return SendRconCommand("exis");
}
to
pawn Код:
stock ShutDownServer()
{
        return SendRconCommand("exit");
}
Reply
#7

Quote:
Originally Posted by ******
Посмотреть сообщение
This has a different aim to YSI, YSI is a script development framework, this is a set of common useful functions. They are both good at what they do and bad at what the other does. Don't worry about how your code compares to other people's, this is a great initial release and I hope you'll continue to improve it.

However, I would like to point out this topic:

https://sampforum.blast.hk/showthread.php?tid=113485
Thank you ****** but i don't know that you have release YSF too - that same name of my project. Oh i am going to change it
Reply
#8

ah you write so hard i don't understand very well english. Ok so i don't must change it? However, this will may people mislead with your script
Reply
#9

Sorry. I meant you do not need to change the name if you do not want to. But you might want to tell people that this is a different script to my YSF script. I do not own the name "YSF", there are two scripts called "YCMD" too, (though mine is technically called "y_commands", just known as "YCMD").

Basically: Call the script whatever you want to call it!
Reply
#10

Ok, now i understand. When i invent something new i have to change it. (for your better using of YSF and my better using my ysf, by other pawners)
Reply
#11

Why create a stock of 4 lines, if you can simply do the same, without a stock, and one line?
Example:
pawn Код:
stock KillPlayer(playerid)
{
    SetPlayerHealth(playerid, 0);
}
How would you use it in your command:
pawn Код:
SetPlayerHealth(playerid, 0);
I've also noticed you copied some things of other people their script, or it looks a lot like them.
You also called something "foreach", which is clearly made by ****** and not by you. Yes, he said he doesn't own the alphabet, but people are confusing his foreach with yours.
Reply
#12

Ok, i didn't says that is my functions, but they are in my function package. And foreach is very simple macro, which i should rename how to i want
Reply
#13

REFRESH - Updated 1.0.2a
Reply
#14

You didn't create those easy functions, you just collected them from other scripters at forum and made include.
Reply
#15

Quote:
Originally Posted by Inteso
Посмотреть сообщение
You didn't create those functions, you just collected them from other scripters at forum and put all together in include.
anticheat is my and loop too ! And other functions already exists and i have created it same because i know them. Something i've copied. If did you read what i writen above, you haven't write this message!
Reply
#16

Quote:
Originally Posted by ylleron
Посмотреть сообщение
anticheat is my ! And other functions already exists an i have created it same because i know them. Something i've copied. If did you read what i writen above, you haven't write this message!
My mistake I really didn't read this above. I just looked at your script and replyed.

Reply
#17

it's ok. I have never wrote that all are my scripts. Is only library for beginers, pawners, who want some of these functions.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)