Stupid Questions
#7

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    new string[128], sendername[25];
    MySQLCheck();
    for(new i = 0; i < 50; i++ )
    {
        SendClientMessage(playerid, COLOR_WHITE, "");
    }
    format(sendername, 25, "%s", PlayerName(playerid));
    if(IsPlayerNPC(playerid))
    {
        if(strcmp(sendername,"Spaciatore",true) == 0)
        {
            SetPlayerSkin(playerid, 223);
            SetPlayerPos(playerid, 2286.4858, -2426.7209, 3.0000);
            SetPlayerFacingAngle(playerid, 3.7297);
        }
        if(strcmp(sendername,"Binco",true) == 0)
        {
            SetPlayerSkin(playerid, 211);
            SetPlayerPos(playerid, 207.5418, -98.6980, 1005.2578);
            SetPlayerFacingAngle(playerid, 178.7630);
        }
    }
    return 1;
}
Reply


Messages In This Thread
Stupid Questions - by Brian_Furious - 14.11.2010, 00:21
Re: Stupid Questions - by Lorenc_ - 14.11.2010, 01:03
Re: Stupid Questions - by GaGlets(R) - 14.11.2010, 01:07
Re: Stupid Questions - by Scenario - 14.11.2010, 02:54
Re: Stupid Questions - by Lorenc_ - 14.11.2010, 03:10
Re: Stupid Questions - by Brian_Furious - 14.11.2010, 09:41
Re: Stupid Questions - by The_Moddler - 14.11.2010, 10:58

Forum Jump:


Users browsing this thread: 2 Guest(s)