31.08.2009, 01:06
unfdefined symbol giveplayerid , shall i add this
new giveplayerid[MAX_PLAYER_NAME];
new playa;
playa = strval(tmp);
GetPlayerName(playa, giveplayerid, sizeof(giveplayerid));
new giveplayerid[MAX_PLAYER_NAME];
new playa;
playa = strval(tmp);
GetPlayerName(playa, giveplayerid, sizeof(giveplayerid));

