- 0
Problema cu comanda V.I.P
-
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
stasondj
Salut,am problema cu comanda /saveskin
Deci cand scriu /saveskin ami scrie ca nu am vip level 3 dar eu am
Iata comanda:
[pawn]CMD:saveskin( playerid, params[ ] )
{
if ( PlayerInfo[ playerid ][ Vip ] == 3 )
{
new string[ 128 ];
format( string, 128, "You have successfully saved this skin (ID %d)", params[ 0 ] );
SendClientMessage( playerid, COLOR_RED, string);
SendClientMessage( playerid, COLOR_RED, "Type /outskin for leave this skin." );
PlayerInfo[ playerid ][ SkinIDd ] = GetPlayerSkin( playerid );
}
else
{
return SendClientMessage( playerid, COLOR_RED,"You need to be vip level 3 to use this command");
}
return 1;
}[/pawn]
Ce sa fac?
3 answers to this question
Recommended Posts