Salut a tous
voila ma trousse de santé sur l'editeur bug quand je fais reload script il me dise:
Error output from lua compiler
luac:<statement> expected;
last token read: `:' at line 44 in file `Scripts\Default\Entities\Pickups\health.lua'
après je vais modifier avec Lua Ide pour voir d'ou vient l'erreur et je vois
:
-- multiplayer statistics
local colliderSSID =
(Server:GetServerSlotByEntityId(collider.id)):GetI
d(1);
if (self.shooterSSID and colliderSSID~=self.shooterSSID)
l'erreur doit venir de la:
local colliderSSID =
(Server:GetServerSlotByEntityId(collider.id)):GetI
d(1);
mais g rien compris comment corriger l'erreur alors aider moi
