[Pedido] gpci
#1

Como o titulo jб diz, estou a procura urgente de um gpci e como usar-lo, caso alguйm tenha.. vlw..
Reply
#2

Exemplo:

pawn Код:
native gpci(playerid, const serial[ ], maxlen);
pawn Код:
public OnPlayerConnect(playerid)
{
    new TSerial[128];

    gpci(playerid, TSerial, sizeof(TSerial));

    format(TSerial, sizeof(TSerial), "[INFO] Seu serial й: %s", TSerial);
    SendClientMessage(playerid, -1, TSerial);
    return 1;
}
Dizer ao player o Serial da pessoa.
Reply
#3

Sу existe um gpci, e a funзгo й falha.

http://forum.sa-mp.com/showpost.php?...0&postcount=10
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)