SpawnPlayer KO

From SA-MP Wiki

Jump to: navigation, search

SA:MP Wiki 한글화 작업


Description:

플레이어를 (재)스폰 시키는 기능.


Parameters:
(playerid)
playerid존재하는 플레이어의 ID.


Return Values:

This function does not return any specific values.


if (strcmp(cmdtext, "/스폰", true) == 0)
{
    SpawnPlayer(playerid);
    return 1;
}

번역:Co_Mo

Personal tools
Navigation
Toolbox
In other languages