21.09.2015, 00:44
(
Последний раз редактировалось sayaunta; 21.09.2015 в 01:06.
Причина: wrog link
)
http://imgur.com/srrgXyC <---------(LINKS TO MY PROBLEM)wats wrog? error 010
Upload the photo to http://imgur.com/ or any other websites like that and give us a link to the photo.
|
public OnPlayerCommandText(playerid, cmdtext[]) { if (strcmp("/rumahcj", cmdtext, true, 10) == 0) { // Your stuff (rsetting player pos, message) return 1; } if (strcmp("/chilliad", cmdtext, true, 10) == 0) { // Your stuff (rsetting player pos, message) return 1; } return 0; }
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { if (strcmp("/rumahcj", cmdtext, true, 10) == 0) { // Your stuff (rsetting player pos, message) return 1; } if (strcmp("/chilliad", cmdtext, true, 10) == 0) { // Your stuff (rsetting player pos, message) return 1; } return 0; } |