Jump to content

/setmy... System


ExtremeUzzY

Recommended Posts

/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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.