[FilterScript] Simple Script v 0.8 [BETA]
#1

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
Reply
#2

cash ? are you joking ?
Reply
#3

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

Simple but nice for some people....
Reply
#5

thank you ! xD
Reply
#6

nice for who?XD
Reply
#7

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

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.
Reply
#9

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



retard...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)