Help||Command Text
#7

Before:
pawn Код:
GetPlayerPos(playerid, x, y, z);
Add:
pawn Код:
new Float: x, Float: y, Float: z;
// we now declared the variables x, y, z so we can use them later.
GetPlayerPos(playerid, x, y, z); // then this line..
About the COLOR_GREEN, you need to define it.

Go at the top, under includes, defines etc..
and add:
pawn Код:
#include <a_samp>
// some other includes and defines

#define COLOR_GREEN 0x00FF00FF

// callbacks here: public blabla..
Reply


Messages In This Thread
Help||Command Text - by wakeuptomer - 08.09.2013, 13:06
Re: Help||Command Text - by Dragonsaurus - 08.09.2013, 13:12
Re: Help||Command Text - by Konstantinos - 08.09.2013, 13:18
Re: Help||Command Text - by wakeuptomer - 08.09.2013, 13:34
Re: Help||Command Text - by Konstantinos - 08.09.2013, 13:39
Re: Help||Command Text - by wakeuptomer - 08.09.2013, 13:49
Re: Help||Command Text - by Konstantinos - 08.09.2013, 13:56

Forum Jump:


Users browsing this thread: 4 Guest(s)