19.07.2010, 14:21
So whats wrong with that?
Your asking for :
How can i change the skin Please give me an exemple.
While you already did it here :
if(strcmp(cmd, "/samu", true) == 0)
{
if(IsPlayerConnected(playerid))
{
if(PlayerInfo[playerid][pSocio] >= 1)
{
PlayerInfo[playerid][pMembro] = 4;
PlayerInfo[playerid][pCargo] = 1;
SetPlayerSkin(playerid,70);
PlayerInfo[playerid][pChar] = 70;
SetPlayerSpawn(playerid);
Your asking for :
How can i change the skin Please give me an exemple.
While you already did it here :
if(strcmp(cmd, "/samu", true) == 0)
{
if(IsPlayerConnected(playerid))
{
if(PlayerInfo[playerid][pSocio] >= 1)
{
PlayerInfo[playerid][pMembro] = 4;
PlayerInfo[playerid][pCargo] = 1;
SetPlayerSkin(playerid,70);
PlayerInfo[playerid][pChar] = 70;
SetPlayerSpawn(playerid);