22.07.2015, 19:36
Quote:
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");