OnPlayerInteriorChange problem?
#1

If i have two checkpoint at same place then is wont work why?

pawn Код:
if (oldinteriorid == 10)
    {
        DisablePlayerCheckpoint(playerid);
    }
    if (newinteriorid == 10)
    {
        SetPlayerCheckpoint(playerid, 2.1507,-29.0139,1003.5494, 1.0);
        SetPlayerCheckpoint(playerid, -29.0530,-185.1293,1003.5469, 1.0);
Reply
#2

Without a streamer you can only show the player one CP at a time. If you show two only one will be shown.
Reply
#3

Quote:
Originally Posted by iggy1
Посмотреть сообщение
Without a streamer you can only show the player one CP at a time. If you show two only one will be shown.
Whats the callback for the streamer then for onplayercheckpoint?
Reply
#4

Quote:
Originally Posted by N0FeaR
Посмотреть сообщение
Whats the callback for the streamer then for onplayercheckpoint?
pawn Код:
public OnPlayerEnterDynamicCP( playerid, checkpointid ) // for streamer plugin.
https://sampforum.blast.hk/showthread.php?tid=102865/

pawn Код:
public OnPlayerEnterCheckpoint( playerid ) // for default checkpoint
https://sampwiki.blast.hk/wiki/OnPlayerEnterCheckpoint

Reply
#5

Quote:
Originally Posted by FalconX
Посмотреть сообщение
pawn Код:
public OnPlayerEnterDynamicCP( playerid, checkpointid ) // for streamer plugin.
https://sampforum.blast.hk/showthread.php?tid=102865/

pawn Код:
public OnPlayerEnterCheckpoint( playerid ) // for default checkpoint
https://sampwiki.blast.hk/wiki/OnPlayerEnterCheckpoint

Thank you sir
Reply
#6

Quote:
Originally Posted by N0FeaR
Посмотреть сообщение
Thank you sir
NO problem mate )
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)