[FilterScript] Weather Changer By Karan007
#1

~REMOVED~
Reply
#2

Quote:
Originally Posted by karan007
Посмотреть сообщение
Hey Guys........Enjoy
First of all this is not a FS, these are just commands.
Secondly, It is very poorly scripted. The commands can be made in one command like:

pawn Код:
CMD:weather(playerid,params[])
{
    new str[128];
    if(!strlen(params)) return SendClientMessage(playerid, -1, "Use /weather [0-20].");
    if(strval(params) < 0 || strval(params) > 20) return SendClientMessage(playerid,  -1, "Use /weather [0-20].");
    format(str, 128, "Your weather has been changed to ID %d.", strval(params));
    SendClientMessage(playerid, -1, str);
    SetPlayerWeather(playerid, strval(params));
    return 1;
}
Anyway not bad for your 2nd FS.
Reply
#3

Quote:
Originally Posted by De4dpOol
Посмотреть сообщение
First of all this is not a FS, these are just commands.
Secondly, It is very poorly scripted. The commands can be made in one command like:

pawn Код:
CMD:weather(playerid,params[])
{
    new str[128];
    if(!strlen(params)) return SendClientMessage(playerid, -1, "Use /weather [0-20].");
    if(strval(params) < 0 || strval(params) > 20) return SendClientMessage(playerid,  -1, "Use /weather [0-20].");
    format(str, 128, "Your weather has been changed to ID %d.", strval(params));
    SendClientMessage(playerid, -1, str);
    SetPlayerWeather(playerid, strval(params));
    return 1;
}
Anyway not bad for your 2nd FS.
Thanks .But Sorry I Don't Use ZCMD.
Reply
#4

Good job for your 2nd filterscript.

Simple anyways !
Reply
#5

Quote:
Originally Posted by Alex Magaсa
Посмотреть сообщение
Good job for your 2nd filterscript.

Simple anyways !
Thanks Bro!
Reply
#6

horribly scripted, it isnt even a filterscript
Reply
#7

Quote:
Originally Posted by Fungi
Посмотреть сообщение
horribly scripted, it isnt even a filterscript
Lol? It Is A FilterScript Bro.
Reply
#8

A simple CMD with one Function,Good for 2nd script
Reply
#9

Quote:
Originally Posted by Skully82
Посмотреть сообщение
A simple CMD with one Function,Good for 2nd script
Thanks Soo Much Bro
Reply
#10

Great
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)