06.04.2010, 21:06
Quote:
Originally Posted by pmk1
hey guys! i've been making a getping command, but iget a warning saying number of arguments didn't match definition:
heres lines: if(strcmp(cmdtext, "/ping", true) == 0) { SendClientMessage(playerid, COLOR_YELLOW, "Your Current Ping Is %d",GetPlayerPing(playerid)); return 1; } what's wrong? thanks |