Help me
#1

1. How to make restriction to F4?
2. In SetPlayerCheckPoint not make zise, help.
HELP ME!!
Reply
#2

1: You can't.

2: I don't understand, try: https://sampwiki.blast.hk/wiki/Function:SetPlayerCheckpoint
Reply
#3

All you can do for one is

pawn Код:
public OnPlayerSpawn(playerid)
{
    SetPVarInt(playerid, "Spawned", 1);
    return 1;
}

public OnPlayerDisconnect(playerid, reason)
{
    SetPVarInt(playerid, "Spawned", 0);
    return 1;
}

public OnPlayerRequestClass(playerid, classid)
{
    if(GetPVarInt(playerid, "Spawned") == 1)
    {
        SpawnPlayer(playerid);
    }
    return 1;
}
Allows them to pick a skin on the beginning only
Reply
#4

1. I mean, when someone wants to choose a skin and it does not satisfy the conditions, send a message.
2. SetPlayerCheckpoint(playerid,370.9332,-1502.9149,31.6101,8.0);

Sorry, no speak english
HElP!
Reply
#5

1: Return 0 at OnPlayerRequestSpawn, as well as sending him a message.
Reply
#6

Help me 2 and 1 .
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)