Help Checkpoints not showing
#1

Hello Guys
i Have Problems When i Type 1 or 2 The Checkpoints not showing why ?
my full code
PHP код:
#include <a_samp>
#include <Streamer>
#include <zcmd>
#include <sscanf2>
new house1Enthouse1Exit;
new 
house2Enthouse2Exit;
CMD:createhouse(playeridparams[])
{
    new 
type,interior;
    new 
Float:xFloat:yFloat:z;
    if(
sscanf(params,"is"interiortype)) return SendClientMessage(playerid, -1"/createhouse [1~2][type]");
    if(
interior 2SendClientMessage(playerid, -1"Invaild Interior ID");
    
GetPlayerPos(playeridxyz);
    {
        if(
interior == 1)
        {
            
house1Ent CreateDynamicCPx,y,z,2.0,GetPlayerVirtualWorld(playerid),-1,-1,100.0);
        }
        else if(
interior == 2)
        {
            
house2Ent CreateDynamicCP(x,y,z,2.0,GetPlayerVirtualWorld(playerid),-1,-1,100.0);
        }
    }
    {
        if(
interior == 1)
        {
            
house1Exit CreateDynamicCPx,y,z,2.0,GetPlayerVirtualWorld(playerid),-1,-1,100.0);
        }
        else if(
interior == 2)
        {
            
house2Exit CreateDynamicCP(x,y,z,2.0,GetPlayerVirtualWorld(playerid),-1,-1,100.0);
        }
    }
    return 
1;
}
public 
OnPlayerEnterDynamicCP(playeridcheckpointid)
{
    if(
checkpointid == house1Ent)
    {
        
SetPlayerInterior(playerid,2);
        
SetPlayerPos(playerid,271.884979,306.631988,999.148437);
    }
    else if(
checkpointid == house2Ent)
    {
        
SetPlayerInterior(playerid,3);
        
SetPlayerPos(playerid,1527.229980,-11.574499,1002.097106 );
    }
    else if(
checkpointid == house1Exit)
    {
        
SetPlayerPos(playerid,272.884979,306.631988,999.148437);
    }
    else if(
checkpointid == house2Exit)
    {
        
SetPlayerPos(playerid,1526.229980,-11.574499,1002.097106);
    }
    return 
1;

Reply
#2

Any One ?
Reply
#3

What is the type for ?
Reply
#4

Quote:
Originally Posted by nezo2001
Посмотреть сообщение
What is the type for ?
nothings i want it enter and exit with out commands
Reply
#5

Bumb!
Reply
#6

guys where all
Reply
#7

Bumbbbbbbbbb!
Reply
#8

Bumb Please Help me To Showing The CP Please
Reply
#9

Bumbbbbbbbbb!
Reply
#10

Your code has so much mistakes.

You didn't use 'type' anywhere, what is it?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)