Snow System
#2

pawn Код:
CMD:startsnow(playerid, params[])
{
    new Float:x, Float:y, Float:z;
    if(!IsPlayerConnected(playerid)) return SendClientMessage(playerid, -1, "You are not logged in!");
    GetPlayerPos(playerid, x, y, z);
    CreateObject(18864, x, y, z, 0.0, 0.0, 96.0);
    SendClientMessage(playerid, -1, "It's snowing now!");
    return 1;
}
Reply


Messages In This Thread
Snow System - by PrinceOfPersia - 17.12.2013, 18:50
Re: Snow System - by Wizza - 17.12.2013, 19:35

Forum Jump:


Users browsing this thread: 1 Guest(s)