- 0
intrebare cu o comanda
-
Similar Content
-
- 2 replies
- 2.003 views
-
- 1 answer
- 449 views
-
- 2 answers
- 1.041 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
- 856 views
-
- 3 answers
- 1.378 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.

Question
Papana
Deci am comanda /minievent
Eventu cu servieta
vreau sa fac comanda sa fie automata la 30 de minute sa puna cate o servieta
nu sa pun eu cu comanda
comanda
if(strcmp(cmd, "/minievent", true) == 0 || strcmp(cmd, "/sme", true) == 0) { if(IsPlayerConnected(playerid)) { if (PlayerInfo[playerid][pAdmin] >= 5) { IsGameStarted = 1; new str[128]; new rand = random(sizeof(CashboxLocations)); CashboxValue = MinCashboxValue+random(MaxCashboxValue-MinCashboxValue); CashboxPickup = CreatePickup(1210, 3, CashboxLocations[rand][0], CashboxLocations[rand][1], CashboxLocations[rand][2]); CashboxX = CashboxLocations[rand][0]; CashboxY = CashboxLocations[rand][1]; CashboxZ = CashboxLocations[rand][2]; format(str, 128, "O servieta plina cu %d dolari, este undeva in San Andreas!", CashboxValue); SendClientMessageToAll(0xFFD700AA, str); format(str, 128, "Scrie /servieta pentru a vedea locatia ei!", CashboxValue); SendClientMessageToAll(0xFFD700AA, str); } else { SendClientMessage(playerid, COLOR_DBLUE, " nu esti autorizat sa folosesti aceasta comanda!"); } } return 1; }1 answer to this question
Recommended Posts