07.04.2017, 16:10
Quote:
Make use of
https://sampwiki.blast.hk/wiki/Strcat - to concatinate strings together https://sampwiki.blast.hk/wiki/ShowPlayerDialog - pass that string to info[] params |
Mean Like This
PHP Code:
if(level >= 0 && level <= 50) {
strcat(string, "Detective Level 1: You need %d",51 - level);}
this"%d" still like it