SA-MP Forums Archive
Mesage no send +rep - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Mesage no send +rep (/showthread.php?tid=554915)



Mesage no send +rep - StreetRP - 05.01.2015

Hello i have problem my Message wont send

PHP код:
    else if(!strcmp(nom"buy"true))
    {
        for(new 
1sizeof(HouseInfo); h++)
        {
            if(
IsPlayerInRangeOfPoint(playerid2HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]) && HouseInfo[h][hOwned] == 0)
            {
                if(
playerInfo[playerid][phousekey] == || playerInfo[playerid][phousekey2] == || playerInfo[playerid][phousekey3] == h)
                {
                    
TSM(playerid"Is you'r home..""MAISON"50000x0000008820.0000110.000000130.000000);
                    return 
1;
                }
                else if((
playerInfo[playerid][phousekey] != && playerInfo[playerid][phousekey2] != && playerInfo[playerid][phousekey3] != 0))
                {
                    
TSM(playerid"~r~ You have the max of houses you can had""MAISON"50000x0000008820.0000110.000000130.000000);
                    return 
1;
                }
                else if( 
GetPlayerMoney(playerid) < HouseInfo[h][hValue])
                {
                    
TSM(playerid"You dont have engouh money""MAISON"50000x0000008820.0000110.000000130.000000);
                    return 
1;
                }
                else if(
HouseInfo[h][hOwned] == 1)
                {
                    
TSM(playerid"Home already buyed""MAISON"50000x0000008820.0000110.000000130.000000);
                    return 
1;
                }
                else if (
playerInfo[playerid][phousekey] != && playerInfo[playerid][phousekey2] == 0)
                {
                    
playerInfo[playerid][phousekey2] = h;
                }
                if (
playerInfo[playerid][phousekey] != && playerInfo[playerid][phousekey2] != 0)
                {
                    
playerInfo[playerid][phousekey3] = h;
                }
                else 
playerInfo[playerid][phousekey] = h



Re: Mesage no send +rep - MohanedZzZ - 05.01.2015

I cannot understand correctly what you want.
Also this code contains french language as i know.
Post it in the french language section they will help you a lot.


Re : Re: Mesage no send +rep - StreetRP - 05.01.2015

Quote:
Originally Posted by MohanedZzZ
Посмотреть сообщение
I cannot understand correctly what you want.
Also this code contains french language as i know.
Post it in the french language section they will help you a lot.
EDIT : In english