26.08.2018, 18:52
delete the other shit, its just pointless code
PHP код:
GetUserName(pid){
new s[24];
GetPlayerName(pid,s,24);
return s;
}
GetUserInt(pid,s[]){
return dini_Int(AddDirFile(dir_userfiles, GetUserName(pid)), s);
}
CMD:oskin(pid){
if(GetUserInt(pid,"Roleplay")!=0)
return SendClientMessage(playerid, COLOR_RED, "Your gameplay state must be roleplay to use that command.");
if (GetPlayerWantedLevel(playerid) > 0)
return SendClientMessage(playerid, COLOR_RED, "You are a wanted player!");
new skin1=GetUserInt(pid,"skin1"),
skin2=GetUserInt(pid,"skin2"),
skin3=GetUserInt(pid,"skin3");
return 1;
}