Untitled
unknown
plain_text
a month ago
358 B
2
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, 100); GivePlayerMoney(playerid,350); SetPlayerSkin(playerid, 179); GivePlayerWeapon(playerid, 24, 50); return 1; }
Leave a Comment