- 0
Problema /respawnallcars (/rac)
-
Similar Content
-
- 12 replies
- 197 views
-
- 14 answers
- 263 views
-
- 7 answers
- 178 views
-
- 1 reply
- 58 views
-
- 2 replies
- 143 views
-
-
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
al3xqq
Am filterscript-ul de masini personale Im_Bank. Intrebarea mea este cum pot sa introduc masinile personale care se creeaza cu filter-ul
in comanda /rac ?
Si mai am una, cum sa fac comanda /jetpack ? Adica ce e neinregula cu aceasta ?
[pawn]if(strcmp(cmd, "/jetpack", true) == 0)
{
if(PlayerInfo[playerid][pAdmin] >= 3)
{
if(IsPlayerConnected(playerid))
{
SetPlayerSpecialAction(playerid,2);
SendClientMessage(playerid, COLOR_GREEN, "%s a folosit comanda /jetpack !");
}
else
{
SendClientMessage(playerid, COLOR_RED, "Nu esti autorizat sa folosesti aceasta comanda");
}
}
}[/pawn]
A fost usor sa te iubim ...,
Acum e imposibil sa te uitam !
Link to comment
Share on other sites
14 answers to this question
Recommended Posts