27.10.2011, 01:21
pawn Код:
public ReceberBancooo()
{
new pcash = robumonttt;
new robcash = random(7000 ) + 250;
new string[256];
for(new i = 0; i < MAX_PLAYERS; i++)
if(PlayerToPoint(60.0, i, 962.9975,2096.6360,1011.0220))
{
format(string, sizeof(string), "Vocк conseguiu retirar R$%d do cofre. Fuja logo daqui!", robcash);
MoveDynamicObject(PortaPredio,2269.4428710938, 1668.3881835938, 1085.0467529297,5.0);
SetTimerEx("FecharPortaoForumSamp", 40000, 0, "i", i);
SendClientMessage(i, Yellow, string);
GivePlayerGP(i,robcash);