Jump to content

Recommended Posts

Posted

/setmy... by ExtremeUzzY

Comenzi :

*/setmyweather :

/setmyweather [de la 1 pana la 20]

*/setmytime :

/setmytime [00-23]

ATENTIE : La /setmytime puneti doar ore fixe. Exemplu : /setmytime17

Va rog sa scrieti legat ! Exemplu :

/setmytime00

/setmyweather1

Poze :

http://imgur.com/WcPCJ4g

http://imgur.com/OBwJ58C

http://imgur.com/puBSEkq

http://imgur.com/YHan1Mh

PS : "Romania Real Stunt" este serverul pe care fac scripturi dupa care le testez.

Nu o sa mai fac alta versiune la acest script, pentru ca nu are rost.

Download :

SolidFiles :http://www.solidfiles.com/d/6c2509aa3c/SetMy..._by_ExtremeUzzY.rar

PasteBin :http://pastebin.com/hQWXzUri

Posted

Deci puteai face o singura comanda nu trebuiau 20 :)).

Cam asa.

[pawn]

CMD:setmyweather( playerid, params [ ] )

{

    if( !strlen( params ) ) return SendClientMessage( playerid, -1, "Use: /setmyweather <WeatherID>" );

    new WeatherID = strval( params );

    if( WeatherID > 20 || WeatherID < 0 ) return SendClientMessage( playerid, -1, "Error: Weather invalid !" );

    SetPlayerWeather( playerid, WeatherID );

    return 1;

}[/pawn]

Apropo ce ai facut tu va seta Weather-ul pentru toti playeri.

4/5 ca esti incepator.

I'm back bitches.

Posted

Deci puteai face o singura comanda nu trebuiau 20 :)).

Cam asa.

[pawn]

CMD:setmyweather( playerid, params [ ] )

{

    if( !strlen( params ) ) return SendClientMessage( playerid, -1, "Use: /setmyweather <WeatherID>" );

    new WeatherID = strval( params );

    if( WeatherID > 20 || WeatherID < 0 ) return SendClientMessage( playerid, -1, "Error: Weather invalid !" );

    SetPlayerWeather( playerid, WeatherID );

    return 1;

}[/pawn]

Apropo ce ai facut tu va seta Weather-ul pentru toti playeri.

4/5 ca esti incepator.

Imi pare rau...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.