Untitled

Anonymous
plain_text
08/17/2024 12:44 AM
480 B
14
Indexable
#include <a_samp>

public OnPlayerSpawn(playerid)
{
    SetPlayerPos(playerid, 1958.34, 1343.12, 15.37);
    SetPlayerFacingAngle(playerid, 270.0);
    SetPlayerHealth(playerid, 100.0);
    SetPlayerArmour(playerid, 100);
    GivePlayerMoney(playerid,350);
    SetPlayerSkin(playerid, 179);
    GivePlayerWeapon(playerid, 24, 50);
    return 1;
}
Editor is loading...
Leave a Comment