Error..
#1

En OnPlayerText puse esto...

printf("[CANAL IC] %s dice: %s", NombreJugador, text);

error "error 076: syntax error in the expression, or invalid function call"
Reply
#2

pawn Код:
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, MAX_PLAYER_NAME);
printf("%s: %s", name, text);
Reply
#3

NombreJugador no cumple ninguna funciуn, lo que puedes hacer si ya tienes definida es poner

PHP код:
NombreJugador(playerid
o simplemente:

PHP код:
new nombre[MAX_PLAYER_NAME];
GetPlayerName(playeridnombreMAX_PLAYER_NAME);
printf("CANAL IC %s: %s"nametext); 
Reply
#4

Disculpen! me faltaba poner el (playerid) en NombreJugador, se me pasу de tonto.

igual os doy reputaciуn!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)