15.06.2013, 07:14
Is there like a Campfire/bonfire object anywhere in SA:MP, I can't quite find the IDs of either.
I want it for the beach (
I want it for the beach (
CMD:fire(playerid,params[])
{
new Float:x, Float:y, Float:z; GetPlayerPos(playerid,x,y,z);
CreateObject(18691,x,y,z-2,0,0,0,0.0);
CreateObject(1463,x,y,z-1,0,0,0,0.0);
return 1;
}