Player id 3: no funciona
#6

que raro a y si entendi por eso te di ese comando para que probaras aver intenta haci:

Код:
CMD:pm(playerid, params[])
{
    new pID;
    if(sscanf(params, "iS()[128]", pID, params)) return SendClientMessage(playerid, COLOR_RED, "* Usage: /PM < PlayerID > < Message >");
    if(!IsPlayerConnected(pID)) return SendClientMessage(playerid, COLOR_RED, "* That user is not connected!");

    SendFMessage(pID, COLOR_PEACHPUFF, "PM From: %s(%d) - %s", pName(playerid), playerid, params);
    SendFMessage(playerid, COLOR_PEACHPUFF, "PM Sent To: %s(%d) - %s", pName(pID), pID, params);
    return 1;
}
SALU2

EDIT:creo que es eso probe con rs y me dice ID invalida proba con iS()[128]
avisame si te funciona
Reply


Messages In This Thread
Player id 3: no funciona - by [L3th4l] - 29.10.2010, 23:22
Respuesta: Player id 3: no funciona - by MrDeath537 - 29.10.2010, 23:27
Respuesta: Player id 3: no funciona - by Ari3l - 29.10.2010, 23:53
Respuesta: Player id 3: no funciona - by Ari3l - 30.10.2010, 00:02
Re: Player id 3: no funciona - by [L3th4l] - 30.10.2010, 00:05
Respuesta: Player id 3: no funciona - by Ari3l - 30.10.2010, 00:14
Respuesta: Player id 3: no funciona - by MrDeath537 - 30.10.2010, 00:39
Re: Player id 3: no funciona - by [L3th4l] - 30.10.2010, 01:21
Re: Player id 3: no funciona - by MrDeath537 - 30.10.2010, 06:40

Forum Jump:


Users browsing this thread: 1 Guest(s)