[FilterScript] Simple /setfire command, [basic but fun ;p]
#2

This is not filterscript, sorry.
You could put whole code into 6 lines :/

pawn Код:
if(!strcmp(cmdtext, "/setfire", true))
{
   SetPlayerAttachedObject(playerid, 3, 18688, 5, -0.011000, 0.028000, -0.022000, -15.600012, -33.699977, -81.700035, 0.891999, 1.000000, 1.168000);
   SetPlayerAttachedObject(playerid, 4, 18688, 6, -0.011000, 0.028000, -0.022000, -15.600012, -33.699977, -81.700035, 0.891999, 1.000000, 1.168000);
   return 1;
}
Reply


Messages In This Thread
Simple /setfire command, [basic but fun ;p] - by smowpow - 23.11.2013, 00:52
Re: Simple /setfire command, [basic but fun ;p] - by erminpr0 - 23.11.2013, 13:56

Forum Jump:


Users browsing this thread: 1 Guest(s)