ms_statistic_set("kills", gms_statistic_get("kills") + 1);

Posted by QxePasaOe
COMPILATION ERROR in Script: p2p_received
Error in code at line 6:
gms_statistic_set("kills", gms_statistic_get("kills") + 1);
^
at position 10: Unknown function or script: gms_statistic_set


Did that error come up with any solution?

Replies (1)

Last message on 3 Mar 2018

Size43 (Administrator) on 3 Mar 2018, 11:57:21
Please verify that the extension has been added to your project properly, by adding the following code to a game start/create event:

show_message(gms_version())