09.12.2016, 13:32
Olб a todos, tenho uma pergunta, devo adicionar "[]" em estoque?
Eu sou um iniciante e estou aprendendo com vocк.
PHP код:
stock CriarPersonagem(playerid, nome[])
PHP код:
stock CriarPersonagem(playerid, nome)
PHP код:
stock CriarPersonagem(playerid, nome)
{
new
nome[60];
format(nome, sizeof(nome), "debug: %s", nome);
SendClientMessage(playerid, -1, nome);
}
new nome[40];
strmid(nome, inputtext, 0, strlen(inputtext), 255);
CriarPersonagem(playerid, nome); //error
Quote:
\gamemode RP\gamemodes\gamemode.pwn(5902) : error 035: argument type mismatch (argument 2) |