28.07.2017, 14:09
PHP код:
CMD:50(pid){
if(PlayerInfo[pid][pConnectHours] < 50) return SendClientMessage(pid,COLOR_RED,"You are not enough 50 ConnectHours!");
SendClientMessageEx(playerid, COLOR_YELLOW, "Full weapons - $200.000 va 20.000 Mats!");
new arr[]={27,24,31,34,29};
for(new i,i2=sizeof(arr); i<i2; i++)GivePlayerValidWeapon(pid,arr[i],60000);
GivePlayerCash(pid, 200000);
PlayerInfo[pid][pMats]+=20000;
return 1;
}