DB[playerid][Job]=strval("Unemployed");
#5

Quote:
Originally Posted by Nero_3D
Посмотреть сообщение
First read what strval does
https://sampwiki.blast.hk/wiki/Strval

Than read that
https://sampwiki.blast.hk/wiki/Scripting_Basics#Strings

If that doesn't work because of the enum use strcat with an empty string
https://sampwiki.blast.hk/wiki/Strcat
PHP код:
new EmptyString[1];
DB[playerid][Job]=strcat(EmptyString,"Unemployed"); 
isn't working and I read the second link that u sent and i didnt understand what you want me to do with that info?
Reply


Messages In This Thread
DB[playerid][Job]=strval("Unemployed"); - by Lirbo - 22.07.2015, 17:01
AW: DB[playerid][Job]=strval("Unemployed"); - by BigBrainAFK - 22.07.2015, 17:08
Re: AW: DB[playerid][Job]=strval("Unemployed"); - by Lirbo - 22.07.2015, 17:16
AW: DB[playerid][Job]=strval("Unemployed"); - by Nero_3D - 22.07.2015, 17:29
Re: AW: DB[playerid][Job]=strval("Unemployed"); - by Lirbo - 22.07.2015, 19:36
Re: DB[playerid][Job]=strval("Unemployed"); - by kristo - 22.07.2015, 19:40
Re: DB[playerid][Job]=strval("Unemployed"); - by Lirbo - 22.07.2015, 20:46
Re: DB[playerid][Job]=strval("Unemployed"); - by OwlIT - 22.07.2015, 21:26
Re: DB[playerid][Job]=strval("Unemployed"); - by Lirbo - 22.07.2015, 21:34
Re: DB[playerid][Job]=strval("Unemployed"); - by xVIP3Rx - 22.07.2015, 21:42

Forum Jump:


Users browsing this thread: 1 Guest(s)