- 0
Comanda(cu timer) care sa dea ceva la toti din factiune
-
Similar Content
-
- 2 replies
- 2.003 views
-
- 1 answer
- 449 views
-
- 2 answers
- 1.044 views
-
Am o problema cu un battlepass,de ce nu merge comanda /misiuni cand o scriu,tin sa precizez ca script-ul mi l-a facut chatgpt
By cbnmihaita,
- 2 answers
- 859 views
-
Cum Adau un Anticheat pe serverul de samp ? totul este facut perfect dar am observat ca sunt codati si nu stiu ce sa fac in aceasta privinta , va rog mult daca poate cineva sa ma ajute sa rezolv treaba asta ca am cautat vreo 2 zile peste tot internetul
By Decisivul,
- 0 replies
- 682 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.

Question
mafia_wars
[pawn]public warover()
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
GivePlayerMoney(i, 50000); // The money the player will get after getting the turf
SendClientMessage(i, COLOR_GREEN, " You managed to get away with $50,000 and a couple guns !"); // The message
GivePlayerWeapon(i, 23, 80); // The wepeaon the player will get
GivePlayerWeapon(i, 28, 2000); // Another weapon the player will get
GangZoneDestroy(Grove_Street); // It will destroy the gangzone
GangZoneDestroy(Garage_Gang); // ;;
GangZoneDestroy(Ballaz_Gang);// ;;
// SendClientMessageToAll(COLOR_RED, " ** Teritoriul 1 a fost ocupat ! "); // This will show's everyone the message that the turf has been captured
}
}[/pawn]
Aici da doar la cel care a activat comanda eu as vrea sa dea la toti din factiunea in care este el!
Multumesc anticipat!
6 answers to this question
Recommended Posts