08.06.2016, 15:21
Use https://sampwiki.blast.hk/wiki/Strcmp
pawn Код:
if (!strcmp("Red_John", name))
{
// Yes he is Red_John
}
else
{
// No he ain't
}