05.03.2017, 22:58
I want to store the Damage Amount but i can't really understand how to do this:
i tried like this but it doesn't work, it says " warning 215: expression has no effect "
i tried like this but it doesn't work, it says " warning 215: expression has no effect "
Код:
UccisioniGDM[issuerid] + amount; new string[256]; format(string,sizeof(string),"Danno fatto: %0.f", amount); SendClientMessage(issuerid,Lightblue,string);