Argument!
#1

PHP код:
stock IsPlayerInRobberyCheckpoint(playerid)
{
    for(new 
i=0sizeof(RobberyCPS); i++)
    {
        if(
IsPlayerInDynamicCP(playeridRobberyCPS[i]))
        {
            return 
1;
        }
    }
    return 
0;

Error:[code]
mysql.pwn(1434) : error 035: argument type mismatch (argument 2)[code]

PHP код:
new Float:RobberyCPS[14][3] = //ROBBERY LEVEL 1
    
{
        {
312.1780,-165.7560,999.6010}, 
        {
162.6582,-83.7168,1001.8047}, 
        {-
22.0830,-55.0324,1003.5469}, 
        {
206.1702,-100.3265,1005.2578},
        {
374.6855,-119.1805,1001.4995},
        {
412.1748,-17.7801,1001.8047}, 
        {-
202.8483,-40.6346,1002.2734}, 
        {
202.9123,-43.7781,1001.8047}, 
        {
369.3495,-6.0167,1001.8516}, 
        {
376.3930,-67.6462,1001.5151}, 
        {
410.8336,-52.6126,1001.8984}, 
        {
206.3587,-129.1778,1003.5078}, 
        {
204.1029,-159.6707,1000.5234}, 
        {
206.6491,-8.2347,1001.2109
    }; 
Reply


Messages In This Thread
Argument! - by vassilis - 28.02.2016, 22:54
Re: Argument! - by EiresJason - 28.02.2016, 23:07
Re: Argument! - by vassilis - 28.02.2016, 23:11
Re: Argument! - by EiresJason - 28.02.2016, 23:15
Re: Argument! - by vassilis - 28.02.2016, 23:21
Re: Argument! - by SickAttack - 29.02.2016, 00:42

Forum Jump:


Users browsing this thread: 1 Guest(s)