Problem Help - 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: Problem Help (
/showthread.php?tid=288979)
Problem Help -
lordturhan - 09.10.2011
PROBLEM SOLVED
Re: Problem Help -
Stigg - 09.10.2011
Try:
pawn Код:
dcmd(freeze,6,cmdtext);
dcmd(aweapon,7,cmdtext);
dcmd(warn,4,cmdtext);
dcmd(goto,4,cmdtext);
Instead of your:
pawn Код:
dcmd(freeze,2,cmdtext);
dcmd(aweapon,1,cmdtext);
dcmd(warn,7,cmdtext);
dcmd(goto,3,cmdtext);
Re: Problem Help -
DaRkAnGeL[NBK] - 09.10.2011
pawn Код:
dcmd(freeze,2,cmdtext);
dcmd(aweapon,1,cmdtext);
dcmd(warn,7,cmdtext);
dcmd(goto,3,cmdtext);
im no professional when it comes to the dcmd but i think the
pawn Код:
dcmd(cmd,No. of characters?,cmdtext);
no disrespect bro
Re: Problem Help -
lordturhan - 09.10.2011
Quote:
Originally Posted by Stigg
Try:
pawn Код:
dcmd(freeze,6,cmdtext); dcmd(aweapon,7,cmdtext); dcmd(warn,4,cmdtext); dcmd(goto,4,cmdtext);
Instead of your:
pawn Код:
dcmd(freeze,2,cmdtext); dcmd(aweapon,1,cmdtext); dcmd(warn,7,cmdtext); dcmd(goto,3,cmdtext);
|
Thanks MAN
İm beginer i just find this think from tuturiol improving the think
Re: Problem Help -
Stigg - 09.10.2011
Quote:
Originally Posted by lordturhan
Thanks MAN
İm beginer i just find this think from tuturiol improving the think
|
No prob's fella, glad i could help.