- 0
Acces comanda skin
-
Similar Content
-
- 2 replies
- 2.005 views
-
- 1 answer
- 450 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
-
- 3 answers
- 1.380 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.

Question
mura
Cum pun comanda asta:
public OnPlayerCommandText(playerid, cmdtext[])
{
if(!strcmp(cmdtext, "/jail", true, 5))
{
if (IsPlayerAdmin(playerid))
{
if(!strlen(cmdtext[6]))
{
SendClientMessage(playerid, COLOR_ORED, "Usage: /jail [playerid]");
return 1;
}
new ID = strval(cmdtext[6]);
new strv[170];
if(IsPlayerConnected(ID))
{
format(strv, 170, "~ You have been jailed");
SendClientMessage(ID,COLOR_ORANGE, strv);
SetPlayerPos(ID, 264.8763,81.9862,1001.0390);
SetPlayerInterior(ID, 6);
}
}
return SendClientMessage(playerid, COLOR_RED, "Tu nu esti admin!");
} sa fie pe skin..adica ai skinul respectiv..ai acces la comanda
1 answer to this question
Recommended Posts