16.11.2013, 07:15
Код:
C:\Users\12123232\Desktop\myGM\gamemodes\grandlarc.pwn(135) : error 001: expected token: ";", but found "-identifier-"
Код:
format(string, sizeof(string), "You have set %s's virtual world to %d.");
C:\Users\12123232\Desktop\myGM\gamemodes\grandlarc.pwn(135) : error 001: expected token: ";", but found "-identifier-"
format(string, sizeof(string), "You have set %s's virtual world to %d.");
new string[126],targetid;
format(string, sizeof(string), "You have set %s's virtual world to %d.",GetPlayerNameEx(targetid),GetPlayerVirtualWorld(targetid));
//sendclientmessage or dialog with string..
stock GetPlayerNameEx(playerid)
{
new pName[25];
GetPlayerName(playerid, pName, sizeof(pName));
return pName;
}
format(string, sizeof(string), "You have set %s's virtual world to %d.");