SA-MP Forums Archive
[FilterScript] Simple Script v 0.8 [BETA] - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Simple Script v 0.8 [BETA] (/showthread.php?tid=274953)



Simple Script v 0.8 [BETA] - Ady_Ro - 07.08.2011

Description :
Simple Script with you see you money score and location ...

How to install :
put the files .amx and .pwn in server.cfg at line Filterscripts

OFF: I maked this script of boring i know is a simpleee but ... ) is BETA tomorrow i make some updates to look cool!

Download:
PWN - http://www.solidfiles.com/d/52867/
AMX - http://www.solidfiles.com/d/d93e/
Pastebin - http://pastebin.com/PpV7kseY
Thank all


Re: Simple Script v 0.8 [BETA] - ylleron - 07.08.2011

cash ? are you joking ?


Re: Simple Script v 0.8 [BETA] - Ady_Ro - 07.08.2011

hey man i say it it's a simple script and is beta why you don't understand of this woords? xD


Re : Simple Script v 0.8 [BETA] - Naruto_Emilio - 07.08.2011

Simple but nice for some people....


Re: Simple Script v 0.8 [BETA] - Ady_Ro - 07.08.2011

thank you ! xD


Re: Simple Script v 0.8 [BETA] - KoczkaHUN - 07.08.2011

nice for who?XD


Re: Simple Script v 0.8 [BETA] - Dudits - 07.08.2011

pawn Код:
format(string,sizeof(string),"You are in this zone %d",GetPlayerPos(playerid,Float:x,Float:y,Float:z));
?


Re: Simple Script v 0.8 [BETA] - [HiC]TheKiller - 07.08.2011

Ahh, have you even compiled it?

pawn Код:
if(listitem =0)
That would return errors, let alone not work.

pawn Код:
format(string,sizeof(string),"You are in this zone %d",GetPlayerPos(playerid,Float:x,Float:y,Float:z));
For one, that returns the position, not the zone and you only have one parameter, X, Y and Z are 3 different parameters which are floats, not numbers. GetPlayerPos is used like this:

pawn Код:
new Float:Pos[3];
GetPlayerPos(playerid, Pos[0], Pos[1], Pos[2]);
Then you are able to use Pos[0], Pos[1] and Pos[2] as the X, Y and Z values.


Re : Re: Simple Script v 0.8 [BETA] - Naruto_Emilio - 07.08.2011

Quote:
Originally Posted by KoczkaHUN
Посмотреть сообщение
nice for who?XD
Noobs`?


Re: Simple Script v 0.8 [BETA] - Ernests - 07.08.2011



retard...