SA-MP Forums Archive
Making a Tag System - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Making a Tag System (/showthread.php?tid=295967)



Making a Tag System - Chrillzen - 09.11.2011

FIXED!


Re: Making a Tag System - Ensconce - 09.11.2011

Why isn't it working for you?


Re: Making a Tag System - jiwan - 09.11.2011

pawn Код:
// this at top
new Float:Angle, string[26];
// try like this i don't know it will work or not
if (strcmp("/spray", cmdtext, true, 10) == 0)
GetPlayerPos(playerid, x, y, z);
GetPlayerFacingAngle(playerid, Angle);
CreateObject(modelid, Float:X, Float:Y, Float:Z, Float:rX, Float:rY, Float:rZ, Float:DrawDistance);



Re: Making a Tag System - Chrillzen - 09.11.2011

Once again i already fixed this but thanks anyway.


Re: Making a Tag System - jiwan - 09.11.2011

Quote:
Originally Posted by Chrillzen
Посмотреть сообщение
Once again i already fixed this but thanks anyway.
please write FIXED below your fixed post so that we do not reply to posts !!