#1

hola alguien sabe por que no puedo entrar a ver este include http://forum.sa-mp.com/showthread.ph...=OnPlayerPause es de un tal The_Moddler include :OnPlayerPause alguien me lo puede pasar.
Reply
#2

el buscador no muerde, aca hay otro con esa misma funcion, no se si es =, pero creo q es un buen reemplazo: https://sampforum.blast.hk/showthread.php?tid=245738

PD: posiblemente no puedas verlo xq el topic fue eliminado.
Reply
#3

chaoz gracias,pero tengo un problema con el include pongo en mi gm
pawn Код:
public OnPlayerPause(playerid)
{
    new name[MAX_PLAYER_NAME], string[44];
    GetPlayerName(playerid, name, sizeof(name));
    format(string, sizeof(string), "%s is now AFK.",name);
    SendClientMessageToAll(COLOR_GOLD, string);
    return 0;
}
todo bien compila bien pero cuando pongo pausa en el juego no me aparece el mensaje me podrias ayudar por favor.
Reply
#4

no se como funciona el sistema no analize su codigo solo busque lo q pedias. tenes q mirar cuando ese callback es llamado.
Reply
#5

Mejor utiliza este. http://forum.sa-mp.com/showthread.ph...hlight=Counter
Reply
#6

Quote:
Originally Posted by D3IMON
Посмотреть сообщение
gracias lo voy a probar ojala que funcione.
Reply
#7

ahi mire el codigo del "OnPlayerPause", tenes q estar pauseado x 20 segundos para q se llame ese callback.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)