how do i create teleports that change the players skin when they teled?
#1

Hello,
this is the last step (i think) of my server....how do i create teleports that change the players skin when they teled?
eg: if i did /swat then the player will be teled to a certain location and his/her skin will be id 285 (the swat skin)
please help
Reply
#2

pawn Код:
if(!strcmp(cmdtext, "/swat", true))
{
    SetPlayerSkin(playerid, 285);
    SetPlayerPos(playerid, 1.1, 2.2, 3.3)
}
Reply
#3

ty
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)