23.02.2010, 20:57
Bom estou querendo fazer um GM de RPG, ae para ficar mais facil queria saber como crio orgs tipo os do thug porque cria orgs pelo thug e a coisa mais facil que tem entгo queria fazer igual no meu server.
if (PlayerInfo[playerid][pMembro] == 12 || PlayerInfo[playerid][pLider] == 12) //G.A.T.E spawn
{
if(sincronizando[playerid] == 1)
{
return 1;
}
SetPlayerColor(playerid, COP_COLOR);
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid, 952.6580,-910.6028,45.7656);
PlayerInfo[playerid][pInt] = 0;
GivePlayerWeapon(playerid, 24, 100);
SetPlayerArmour(playerid, 100);
SetPlayerHealth(playerid, 100);
return 1;
}
mais quando eu adiciono o comando playerinfo acaba dando erro '-'
if (PlayerInfo[playerid][pMembro] == 12 || PlayerInfo[playerid][pLider] == 12) //G.A.T.E spawn
{
if(sincronizando[playerid] == 1)
{
return 1;
}
SetPlayerColor(playerid, COP_COLOR);
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid, 952.6580,-910.6028,45.7656);
PlayerInfo[playerid][pInt] = 0;
GivePlayerWeapon(playerid, 24, 100);
SetPlayerArmour(playerid, 100);
SetPlayerHealth(playerid, 100);
return 1;
}
mais quando eu adiciono o comando playerinfo acaba dando erro '-'