Errors
#7

Quote:
Originally Posted by Omar Amir
Посмотреть сообщение
define it by adding
pawn Код:
#define giveplayerid


learn to script first then help people..

----------------------------------------------------

your GetPlayerNameEx looks have another parameters and it returns the name directly.

anyway replace
pawn Код:
GetPlayerNameEx(playerid, sendername, sizeof(sendername));
to
pawn Код:
GetPlayerName(playerid, sendername, sizeof(sendername));
about Pokana[giveplayerid] = 1;

i believe you have new Pokana; not new Pokana[MAX_PLAYERS];

so replace
pawn Код:
new Pokana;
to
pawn Код:
new Pokana[MAX_PLAYERS];
Reply


Messages In This Thread
Errors - by imnoob - 28.08.2012, 00:14
Re: Errors - by imnoob - 30.08.2012, 19:15
Re: Errors - by ThePrograme - 30.08.2012, 20:15
Re: Errors - by imnoob - 01.09.2012, 20:47
Re: Errors - by Omar Amir - 01.09.2012, 20:51
Re: Errors - by Omar Amir - 01.09.2012, 20:55
Re: Errors - by Kirollos - 01.09.2012, 22:12
Re: Errors - by MrBorsh - 01.09.2012, 22:15

Forum Jump:


Users browsing this thread: 1 Guest(s)