24.08.2013, 10:11
how can i make this command only for India?
pawn Код:
CMD:indiapodiumup(playerid,params[])
{
#pragma unused params
MoveObject(dancepod1, -275.721069, 1799.432617, 85.699089,10.0);
SendClientMessage(playerid,COLOR_RED,"The Podium Is Going Up ");
SetPVarInt(playerid, "Going Up", 1);
new str[128];
GetPlayerName(playerid, str, sizeof(str));
format(str, sizeof(str), "\"%s\" Is Making Podium Up", str);
return SendClientMessageToAll(COLOR_RED, str);
}