08/06/2023 18:54
Código:
public OnGameModeInit()
{
new b0 = ConnectNPC("bot0", "zero");
new p1 = ConnectNPC("ped1", "ped1");
new m1 = ConnectNPC("mot1", "mot1");
if (p1 != 0) {
SetPlayerSkin(p1, 10);
} else if (m1 == 1) {
SetPlayerSkin(m1, 20);
}