FALSE and STRCPY
#1

hello there buddy , i need your help
Код:
C:\Users\Fachrul\Downloads\Compressed\SAMP\gamemodes\ggrpeconomy.pwn(3825) : error 017: undefined symbol "FALSE"
C:\Users\Fachrul\Downloads\Compressed\SAMP\gamemodes\ggrpeconomy.pwn(8112) : error 017: undefined symbol "strcpy"
C:\Users\Fachrul\Downloads\Compressed\SAMP\gamemodes\ggrpeconomy.pwn(8278) : error 017: undefined symbol "strcpy"
C:\Users\Fachrul\Downloads\Compressed\SAMP\gamemodes\ggrpeconomy.pwn(30760) : error 017: undefined symbol "strcpy"
C:\Users\Fachrul\Downloads\Compressed\SAMP\gamemodes\ggrpeconomy.pwn(30761) : error 017: undefined symbol "strcpy"
C:\Users\Fachrul\Downloads\Compressed\SAMP\gamemodes\ggrpeconomy.pwn(37837) : error 017: undefined symbol "strcpy"
C:\Users\Fachrul\Downloads\Compressed\SAMP\gamemodes\ggrpeconomy.pwn(37838) : error 017: undefined symbol "strcpy"
C:\Users\Fachrul\Downloads\Compressed\SAMP\gamemodes\ggrpeconomy.pwn(37911) : error 017: undefined symbol "strcpy"
C:\Users\Fachrul\Downloads\Compressed\SAMP\gamemodes\ggrpeconomy.pwn(37912) : error 017: undefined symbol "strcpy"
C:\Users\Fachrul\Downloads\Compressed\SAMP\gamemodes\ggrpeconomy.pwn(40407) : error 017: undefined symbol "strcpy"
C:\Users\Fachrul\Downloads\Compressed\SAMP\gamemodes\ggrpeconomy.pwn(42639) : error 017: undefined symbol "strcpy"
C:\Users\Fachrul\Downloads\Compressed\SAMP\gamemodes\ggrpeconomy.pwn(42749) : error 017: undefined symbol "strcpy"
C:\Users\Fachrul\Downloads\Compressed\SAMP\gamemodes\ggrpeconomy.pwn(52595) : error 017: undefined symbol "strcpy"
C:\Users\Fachrul\Downloads\Compressed\SAMP\gamemodes\ggrpeconomy.pwn(58807) : error 017: undefined symbol "strcpy"
C:\Users\Fachrul\Downloads\Compressed\SAMP\gamemodes\ggrpeconomy.pwn(87574) : error 017: undefined symbol "strcpy"
C:\Users\Fachrul\Downloads\Compressed\SAMP\gamemodes\ggrpeconomy.pwn(52124) : warning 204: symbol is assigned a value that is never used: "oldoID"
Reply
#2

give the whole code ...
Reply
#3

Line 8112
strcpy(PlayerInfo[playerid][pAdminban], "None", MAX_PLAYER_NAME);
Reply
#4

Add the macro to your script:
pawn Код:
#define strcpy(%0,%1,%2) strcat((%0[0] = '\0', %0), %1, %2)
about the "FALSE", you need to show us where you use it.
Reply
#5

thx strcpy is working ! thx but false still not work
this is the line
GivePlayerCash(playerid, -RefuelingVehiclePrice[playerid]);
Reply
#6

Re-check the line. It doesn't contain any "FALSE" in it.
Reply
#7

stock StopRefueling(playerid)
{
GivePlayerCash(playerid, -RefuelingVehiclePrice[playerid]);
SendFormattedMessage(playerid, COLOR_WHITE,"Tangki kendaraan anda sudah terisi seharga $%d.", RefuelingVehiclePrice[playerid]);
Reply
#8

It's from SendFormattedMessage. Declare FALSE:
pawn Код:
new FALSE;
Reply
#9

ok thx ! i will rep you if i can !
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)