25.12.2010, 16:41
Well hey guys i am scripting some basic stuff and i am not sure if this is right. Well i want that when a player dies he drop a dead cop object is this script good?
Код:
new Float:X, Float:Y, Float:Z; GetPlayerPos(playerid, X, Y, Z); CreateObject(3092, X, Y, Z, 0.0, 0.0, 0.0, 100.0);