Untitled
unknown
plain_text
a month ago
357 B
0
Indexable
Never
#include <a_samp> public OnPlayerSpawn(playerid) { SetPlayerPos(playerid, 1958.34, 1343.12, 15.37); SetPlayerFacingAngle(playerid, 270.0); SetPlayerHealth(playerid, 100.0); SetPlayerArmour(playerid, 50); GivePlayerMoney(playerid,350); SetPlayerSkin(playerid, 179); GivePlayerWeapon(playerid, 24, 50); return 1; }
Leave a Comment