Help Me ~~
#1

I just want to make a checkPoint
that if player go in that Cp player skin will change to 200
and if player leaves the cp player skin will same as before entering cp
So How To Make That
Thank you For Helping
Reply
#2

Is this what you need?

Код:
public OnPlayerSpawn(playerid)
{
    SetPlayerCheckpoint(playerid, 1982.6150, -220.6680, -0.2432, 3.0);
    return 1;
}
 
public OnPlayerEnterCheckpoint(playerid)
{
    SetPlayerSkin(playerid, 277);
    DisablePlayerCheckpoint(playerid);
    return 1;
}
https://sampwiki.blast.hk/wiki/Function:SetPlayerCheckpoint
Reply
#3

no,
but if player leave check point
player skin as before entering cp
Reply
#4

no,
but if player leave check point
player skin will as before entering cp
Reply
#5

Any One
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)