- 0
problema startevent
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
InceMan
am creat o comanda de start event ac 6 luni si a functionat bine acum mam decis sa fac sa poti scrie mai mult in text inainte era totul legat acum asi vrea sa fie si deslegat cuvantul
am incercat sa il fac si singur dar ori nu am facut eu ceva bine ori nu functioneaza corect ce am adaugat eu
cod sursa
if(sscanf(params, "us[250]i", result, prize))
return SendClientMessage(playerid, COLOR_SERVER, "Syntax: {FFFFFF}/startevent <text > <prize>");
if(PlayerInfo[playerid][pOrganizator] >= 1)
format(szMessage, sizeof(szMessage),"{00CC00}Event Time: Organizator-ul {FF002F}%s{33FF00} face event{33CCFF} %s. {33FF00}Foloseste{FF002F} [/joinevent] {33FF00}Prize $%d. !", GetName(playerid), result, prize);
else if(PlayerInfo[playerid][pAdmin] >= 1)
format(szMessage, sizeof(szMessage),"{00CC00}Event Time: Admin-ul{FF002F} %s {33FF00}face event{33CCFF} %s. {33FF00}Foloseste{FF002F} [/joinevent] {33FF00}Prize $%d. !", GetName(playerid), result, prize);
FiveGame Lands
Pawno Developer, Mapping , Scripter
Since 2016
24 answers to this question
Recommended Posts