JoinPed
#1

Hey, guys, i write a SA-TDM for all,i have problem with joinped.
How activete join ped for 2 comands?
if(Player[playerid][pTeam] >= 1)
{
join ped activete
}
Reply
#2

what is join ped?
Reply
#3

Код:
if(strcmp(cmdtext,"/team1", true)==0)
 {
    if(Player[playerid][pTeam] == 1)
    {
       player for team 1
       return 1;
    }
    players no team 1.

}
Reply
#4

i mean skins
Reply
#5

soo...
pawn Код:
if(Player[playerid][pTeam] >= 1)
{
SetPlayerSkin(playerid, 123);
}
?? i didn't get what your saying.
Reply
#6

oh guys, forget
Reply
#7

pawn Код:
if(GetPlayerTeam(playerid) == ?) SetPlayerSkin(playerid, ?);
else SetPlayerSkin(playerid, ?);
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)